Skip to content

Commit

Permalink
Merge pull request #73 from Jimdo/jshint-fall-though-fix
Browse files Browse the repository at this point in the history
JSHint fix
  • Loading branch information
NV committed Mar 19, 2014
2 parents 8cabe5b + 75009b2 commit 0dc20e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ CSSOM.parse = function parse(token) {
case "value":
styleRule.style.setProperty(name, buffer.trim(), priority);
priority = "";
// deliberate fall-through
/* falls through */
case "before-name":
case "name":
styleRule.__ends = i + 1;
Expand Down

0 comments on commit 0dc20e7

Please sign in to comment.