aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-06-25 20:28:19 -0400
committerScott González <scott.gonzalez@gmail.com>2012-06-25 20:28:19 -0400
commit722f488e46e7c999467c96ceab9626fa7945bddc (patch)
tree1c6902a4011de99fb21538881b625b29c9f5e356
parent13d560b8f05a8eedbf28851824fe639a254f9fd0 (diff)
downloadjquery-ui-722f488e46e7c999467c96ceab9626fa7945bddc.tar.gz
jquery-ui-722f488e46e7c999467c96ceab9626fa7945bddc.zip
jshint: Add boss: true to suppot jquery-color.
-rw-r--r--ui/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc
index 415d69e90..eaa9f4b0b 100644
--- a/ui/.jshintrc
+++ b/ui/.jshintrc
@@ -1,4 +1,5 @@
{
+ "boss": true,
"browser": true,
"curly": true,
"eqnull": true,