This commit is contained in:
Zongmin Lei
2015-08-04 08:51:31 +08:00
parent 1373b674c3
commit 55924144c6
4 changed files with 2 additions and 13 deletions

5
dist/xss.js vendored
View File

@@ -688,11 +688,6 @@ function stripQuoteWrap (text) {
exports.parseTag = parseTag;
exports.parseAttr = parseAttr;
console.log(parseAttr(' src = "#" alt ="bbb"', function (n, v) {
console.log('%s=%s', n, v);
return n + '=' + v;
}));
},{"./util":4}],4:[function(require,module,exports){
module.exports = {
indexOf: function (arr, item) {