Skip to content

Commit

Permalink
Make the source code pass for jshint with 'use strict' on
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiden committed Feb 24, 2014
1 parent da2e659 commit 96672d6
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 201 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function (grunt) {
jshint: {
all:[
'gruntFile.js',
'src/**/*.js',
'angucomplete.js',
'test/**/*Spec.js'
],
options: {
Expand Down
Loading

0 comments on commit 96672d6

Please sign in to comment.