meetvasu15 / HJCDepend

0 stars 0 forks source link

Shows alert is missing #7

Closed kgary closed 10 years ago

kgary commented 10 years ago

alert is a built-in JS function and should not cause an error. May need to check for other built-ins as well.

meetvasu15 commented 10 years ago

Built in functions will not report for errors. Other ignored function list:

alert() decodeURI() decodeURIComponent() encodeURI() encodeURIComponent() escape() eval() isFinite() isNaN() Number() parseFloat() parseInt() String() unescape() atob() blur() btoa() clearInterval() clearTimeout() close() confirm() createPopup() focus() moveBy() moveTo() open() print() prompt() resizeBy() resizeTo() scroll() scrollBy() scrollTo() setInterval() setTimeout() stop()