Skip to content

Commit d1a2321

Browse files
committed
Add missing comma to fix a test case.
This was inadvertently broken in commit 8aa0a07.
1 parent 08d0b3c commit d1a2321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/css/Validation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@
935935
"pan-left",
936936
"pan-right",
937937
"pan-up",
938-
"pan-down"
938+
"pan-down",
939939
"manipulation"
940940
],
941941

@@ -955,7 +955,7 @@
955955
"pan-left",
956956
"pan-right",
957957
"pan-up",
958-
"pan-down"
958+
"pan-down",
959959
"manipulation"
960960
],
961961

0 commit comments

Comments
 (0)