Gulp fixes

This commit is contained in:
Kasper Rynning-Tønnesen
2018-07-06 00:53:18 +02:00
parent 3e2f9e8c8e
commit 9b1876c426
6 changed files with 567 additions and 192 deletions

View File

@@ -8,7 +8,7 @@ var Helper = {
toReturn = toReturn.toLowerCase().replace(/&/g, "&");
return toReturn.toLowerCase();
},
encodeChannelName: function(str) {
var _fn = encodeURIComponent;
var toReturn = _fn(str);