mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 38 forks source link

Using Regexp.prototype.test() instead of String.prototype.endsWith() #38

Closed rbhitchcock closed 10 years ago

rbhitchcock commented 10 years ago

endsWith() is only supported in Firefox. Also changed some logging lines that were causing some undefined lookups. Adding jszip to the package.json file.

pwnetrationguru commented 10 years ago

lgtm

pauljt commented 10 years ago

Supporting browsers other than Firefox?!?! What is this heresy! :)

I used a bunch of Firefox specific stuff (Array.find for one, maybe others) I'll make an issue for this...