Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Moore committed Dec 21, 2010
1 parent 71d1637 commit 244a549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion componentbuild/lib/jslint/jslint-console.js
Expand Up @@ -18,7 +18,7 @@ load(jslintsrc);
//laxLineEnd : true,
undef: true,
newcap: false,
predef:["YUI", "window", "YUI_config", "YAHOO", "YAHOO_config",
predef:["YUI", "window", "YUI_config", "YAHOO", "YAHOO_config", "Event",
"opera", "exports", "document", "navigator", "console", "self"]
};

Expand Down
2 changes: 1 addition & 1 deletion componentbuild/lib/jslint/jslint-node.js
Expand Up @@ -17,7 +17,7 @@ JSLINT = require("./fulljslint").JSLINT;
//laxLineEnd : true,
undef: true,
newcap: false,
predef:["YUI", "window", "YUI_config", "YAHOO", "YAHOO_config",
predef:["YUI", "window", "YUI_config", "YAHOO", "YAHOO_config", "Event",
"opera", "exports", "document", "navigator", "console", "self"]
};

Expand Down

0 comments on commit 244a549

Please sign in to comment.