Gulp fixes

This commit is contained in:
Kasper Rynning-Tønnesen
2018-07-06 00:53:18 +02:00
parent 9a66bc85ef
commit 3ca6dea8e1
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);