adding ownCloud globals to jshintrc: OC, t, n

This commit is contained in:
Thomas Müller 2014-04-07 14:31:43 +02:00
parent 3c9f588449
commit d7bc23e16d
1 changed files with 4 additions and 1 deletions

View File

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