Core: Fix line endings to match style guide(#7476)

This commit is contained in:
Diego Heras
2020-03-03 17:28:26 +01:00
committed by GitHub
parent 4710fa619c
commit e55e92f9ac
209 changed files with 371 additions and 371 deletions

View File

@@ -1,4 +1,4 @@
function getUrlParams() {
function getUrlParams() {
var vars = [], hash;
var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
for (var i = 0; i < hashes.length; i++) {
@@ -7,4 +7,4 @@
vars[hash[0]] = hash[1];
}
return vars;
}
}