Skip to content

Commit

Permalink
force ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniswang committed Apr 13, 2014
1 parent e200a41 commit de601e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/htmlhint
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ if(ruleset === undefined){
quit(processFiles(arrAllFiles, ruleset));

function listRules(){
var rules = HTMLHint.rules,
rule;
var rules = HTMLHint.rules;
var rule;
console.log('\r\nAll rules:');
console.log('======================================');
for (var id in rules){
Expand Down

0 comments on commit de601e7

Please sign in to comment.