mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Gulp fixes
This commit is contained in:
@@ -8,7 +8,7 @@ var Helper = {
|
||||
toReturn = toReturn.toLowerCase().replace(/&/g, "&");
|
||||
return toReturn.toLowerCase();
|
||||
},
|
||||
|
||||
|
||||
encodeChannelName: function(str) {
|
||||
var _fn = encodeURIComponent;
|
||||
var toReturn = _fn(str);
|
||||
|
||||
Reference in New Issue
Block a user