Merge pull request #8091 from owncloud/jshint-globals-oc-t-n

adding ownCloud globals to jshintrc: OC, t, n
This commit is contained in:
Jörn Friedrich Dreyer 2014-04-07 20:06:28 +02:00
commit 3fde1b4342
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,9 @@
"afterEach": true,
"sinon": true,
"fakeServer": true,
"_": true
"_": true,
"OC": true,
"t": true,
"n": true
}
}

View File

@ -16,6 +16,7 @@ filter:
- 'core/js/jquery-ui-1.10.0.custom.js'
- 'core/js/jquery.inview.js'
- 'core/js/jquery.placeholder.js'
- 'core/js/underscore.js'
imports: