Skip to content

Commit 9099c3a

Browse files
semenkodiracdeltas
authored andcommitted
Drop trailing comma errors that break Closure, etc.
Signed-off-by: Nick Semenkovich <semenko@alum.mit.edu>
1 parent cf6a256 commit 9099c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chromium/rules.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RuleSet.prototype = {
6565
+" had an applicable match-rule but no matching rules");
6666
}
6767
return null;
68-
},
68+
}
6969

7070
};
7171

@@ -308,5 +308,5 @@ RuleSets.prototype = {
308308
return newuri;
309309
}
310310
return null;
311-
},
311+
}
312312
};

0 commit comments

Comments
 (0)