Skip to content

Commit 31c3aac

Browse files
committed
Merge pull request #178 from cscott/add-missing-comma
Add missing comma to fix a test case.
2 parents 7c52a5c + d1a2321 commit 31c3aac

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)