Skip to content

Commit

Permalink
Add htmlbody to list of known globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Jolley committed Apr 28, 2009
1 parent d436501 commit 5a2fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/bin/prefs.js
Expand Up @@ -22,5 +22,5 @@ var JSLINT_PREFS = {
white : false, // if strict whitespace rules apply
widget : false, // if the Yahoo Widgets globals should be predefined
indent: 2,
predef: ['SC', 'require', 'sc_super', 'YES', 'NO', 'static_url', 'sc_static', 'sc_resource', 'sc_require', 'module', 'test', 'equals', 'same', 'ok', 'CoreTest', 'SproutCore', '$', 'jQuery', 'start', 'stop', 'expect']
predef: ['SC', 'require', 'sc_super', 'YES', 'NO', 'static_url', 'sc_static', 'sc_resource', 'sc_require', 'module', 'test', 'equals', 'same', 'ok', 'CoreTest', 'SproutCore', '$', 'jQuery', 'start', 'stop', 'expect', 'htmlbody']
};

0 comments on commit 5a2fa8f

Please sign in to comment.