Specify `es3` in .jshintrc.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 9 Mar 2014 09:11:41 +0000 (11:11 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 11 Mar 2014 05:25:03 +0000 (07:25 +0200)
.jshintrc

index b308041..7d113c1 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,6 +1,7 @@
 {
   "browser":    true,
   "eqeqeq":     true,
+  "es3":        true,
   "expr":       true,
   "laxbreak":   true,
   "loopfunc":   true,