Remove outcommented code

Hasn't been used for years, so it's most likely safe to remove.
This commit is contained in:
Max Nordlund gmail 2019-03-25 12:14:31 +01:00
parent d1a7f365ad
commit cc479f81ae
No known key found for this signature in database
GPG Key ID: 995D5074B7F9E79F

View File

@ -83,14 +83,7 @@
rgx : function (ua, arrays) {
//var result = {},
var i = 0, j, k, p, q, matches, match;//, args = arguments;
/*// construct object barebones
for (p = 0; p < args[1].length; p++) {
q = args[1][p];
result[typeof q === OBJ_TYPE ? q[0] : q] = undefined;
}*/
var i = 0, j, k, p, q, matches, match;
// loop through all regexes maps
while (i < arrays.length && !matches) {
@ -138,8 +131,6 @@
}
i += 2;
}
// console.log(this);
//return this;
},
str : function (str, map) {