repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
lib
/
url
/
URL-toJSON.js
blob
16ed36faa637b7edd319338ec4825abe9dfe7cc3
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));