Skip to content

Commit

Permalink
Handle tiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Jolley committed Jan 1, 2010
1 parent d22906b commit 0cb8a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/bin/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ var JSLINT_PREFS = {
white : false, // if strict whitespace rules apply
widget : false, // if the Yahoo Widgets globals should be predefined
indent: 2,
predef: ['main', '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', 'exports', 'raises', 'equal', 'notEqual', 'deepEqual', 'deepNotEqual', 'plan']
predef: ['main', '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', 'exports', 'raises', 'equal', 'notEqual', 'deepEqual', 'deepNotEqual', 'plan', 'tiki']
};

0 comments on commit 0cb8a01

Please sign in to comment.