projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
384bfa4
)
remove unused opt
author
Dan Vanderkam
<danvdk@gmail.com>
Wed, 23 Jan 2013 21:49:02 +0000
(16:49 -0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Wed, 23 Jan 2013 21:49:02 +0000
(16:49 -0500)
lint.sh
patch
|
blob
|
blame
|
history
diff --git
a/lint.sh
b/lint.sh
index
a45d901
..
d349e7c
100755
(executable)
--- a/
lint.sh
+++ b/
lint.sh
@@
-24,8
+24,6
@@
else
files=$1
fi
-jshint_opts="shadow=false"
-
if [ -e /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc ]; then
# use JSC (Safari/JavaScriptCore) to run JSHint -- much faster than Rhino.
echo 'Running JSHint w/ JavaScriptCore (jsc)...'