Review #241950 - Global Variable Issues
Petr Pisl <[email protected]> Thu, 20 Feb 2014 19:21:46 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Please review the bug fix for https://netbeans.org/bugzilla/show_bug.cgi?id=241950 Description: The global object for JQuery ($ and jQuery) are marked as undefined global variables. The fix just adds these objects as known global objects. Impact: The objects $ and jQuery are marked as undefined global objects. http://hg.netbeans.org/main-silver/rev/5ca10daf16e9 Thanks, Petr