mediawiki-extensions-Revisi.../.jshintrc
addshore f9471bcfbc If the slider fails to load then fail nicely!
If something goes wrong with the initial api rquest the
slider would either load in a broken state or say that
it is loading forever.

Now a message will be displayed to the user as well
as the error logged to the console.

Change-Id: Id763f31432feb7bd0e9ecbbeb2dd40f7ca6acaaf
2016-05-12 09:46:39 +01:00

25 lines
324 B
Plaintext
Executable file

{
// Enforcing
"bitwise": true,
"devel": true,
"eqeqeq": true,
"es3": true,
"latedef": true,
"noarg": true,
"nonew": true,
"undef": true,
"unused": true,
"strict": false,
// Environment
"browser": true,
"globals": {
"mw": false,
"$": false,
"mediaWiki": false,
"jQuery": false,
"QUnit": false
}
}