Skip to content

Commit 0dc20e7

Browse files
committed
Merge pull request NV#73 from Jimdo/jshint-fall-though-fix
JSHint fix
2 parents 8cabe5b + 75009b2 commit 0dc20e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ CSSOM.parse = function parse(token) {
303303
case "value":
304304
styleRule.style.setProperty(name, buffer.trim(), priority);
305305
priority = "";
306-
// deliberate fall-through
306+
/* falls through */
307307
case "before-name":
308308
case "name":
309309
styleRule.__ends = i + 1;

0 commit comments

Comments
 (0)