Tweak JSLint options

(imported from commit 7e7582a48228b879ea29c2a27eb22e46e093f9dc)
This commit is contained in:
Keegan McAllister
2012-10-03 18:06:05 -04:00
parent 1cbceeec87
commit 2f749afc8d
8 changed files with 15 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*jslint browser: true, devel: true, sloppy: true,
plusplus: true, white: true, undef: true */
plusplus: true, white: true */
/*global $: false */
function autofocus(selector) {