Commit graph

3 commits

Author SHA1 Message Date
Timo Tijhof
7420e8e4ab Kranitor #2: Pass JSHint on resources/mediawiki/*
* .jshintrc
 - Update properties to reflect our conventions more

* Re-pass resources/jquery/*
* Pass resources/mediawiki/*
 - Trailing whitespace
 - Whitelist the one usage of document.write with
   a local /*jshint evil:true */ in the function that
   we allow to use it.
 - Get rid of dangling _ in var names and undescriptive
   instances of '_this'.
 - More code conventions

* Add a few documentation comments while at it

Change-Id: Ic4f2b5d473a440667a40e4d5f12f40877386b02f
2012-08-09 11:42:58 -07:00
Antoine Musso
d160b37eda JSTesting: javascripttest-pagetext-skin msg
* added colon in the message
* reworded message

Follow r107919
2012-01-04 10:51:57 +00:00
Antoine Musso
c447423593 merge JSTesting branch into trunk
Changed written by Timo and reviewed by Hashar. This should be harmless.

To enable the feature:
  $wgEnableJavaScriptTest = true;

Then head to:
  [[Special:JavaScriptTest/qunit]]
2012-01-03 18:33:26 +00:00