添加保留词 firefox

This commit is contained in:
inu1255 2017-08-07 10:29:53 +08:00
parent 8e02144ba8
commit 130db7e943
5 changed files with 1 additions and 6 deletions

BIN
dist/chrome.crx vendored

Binary file not shown.

BIN
dist/chrome.zip vendored

Binary file not shown.

BIN
dist/firefox.xpi vendored

Binary file not shown.

BIN
dist/opera.nex vendored

Binary file not shown.

7
libs/jquery.js vendored
View File

@ -325,12 +325,7 @@ jQuery.extend({
} else {
// Otherwise, avoid the DOM node creation, insertion
// and removal by using an indirect global eval
try{
indirect( code );
}
catch(e){
console.log(e)
}
indirect( code );
}
}
},