1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Mark globals in jshintrc

This commit is contained in:
Thomas Tanghus 2014-03-23 14:13:46 +01:00
parent 4ddf388bfd
commit ccb7490630

View File

@ -9,6 +9,6 @@
"jquery": true,
"browser": true,
"devel": true,
"globals": { "OC": false },
"globals": { "OC": false, "Modernizr": false, "error": false },
"maxerr": 100
}