Remove unused function

This commit is contained in:
brantje 2016-10-12 20:44:06 +02:00
parent 61d27ac1b6
commit 696e585444
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -25,11 +25,8 @@
}
}
}
},
removeTag: function (tag) {
var idx = _tags.indexOf(tag);
_tags.splice(idx, 1);
}
};
}]);
}());