Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 505af55

Browse files
committed
new swap for pux
1 parent d2517f1 commit 505af55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pux-v11.0.0-non-keyed/src/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ buttons =
295295
, { bid: "add", str: "Append 1,000 Rows", ev: Create Append 1000 }
296296
, { bid: "update", str: "Update Every 10th Row", ev: UpdateEvery 10 }
297297
, { bid: "clear", str: "Clear", ev: Clear }
298-
, { bid: "swaprows", str: "Swap Rows", ev: Swap 4 9 } ]
298+
, { bid: "swaprows", str: "Swap Rows", ev: Swap 1 998 } ]
299299

300300

301301

0 commit comments

Comments
 (0)