Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / lib / url / URL-toJSON.js
blob16ed36faa637b7edd319338ec4825abe9dfe7cc3
1 // eslint-disable-next-line no-unused-vars
2 (function (global) {
3         global.URL.prototype.toJSON = function toJSON() {
4                 return this.href;
5         }
6 }(self));