mediawiki-extensions-Visual.../modules/ve-mw
Timo Tijhof 82657727f9 Consistently use location as global, and location.href for full url
The location object is a global, just like document.

Using it via 'window' needlessly adds complexity and, for example,
makes it harder to catch typos in static analysis.

Standardise on location.href in place of the many different
variants for accessing and assinging the full url:

 location =
 location.href =
 location.assign() =

And each with 'window', 'document' and without host object.

Change-Id: If88515bd88fc5b93ebacd4ec41fce02fec540f18
2014-11-19 00:20:08 +00:00
..
ce Move addClass calls to setup in GeneratedContentNodes 2014-11-12 22:52:59 +00:00
dm Merge "Methods for new "maps" property in TD Root" 2014-11-17 20:56:49 +00:00
i18n Localisation updates from https://translatewiki.net. 2014-11-18 21:35:49 +01:00
init Consistently use location as global, and location.href for full url 2014-11-19 00:20:08 +00:00
tests [BrowserTest] forgot a bit of dead code 2014-11-18 13:09:17 -07:00
ui Merge "Rename input variables in media dialog" 2014-11-12 20:48:24 +00:00