Closed GoogleCodeExporter closed 9 years ago
The patch jboss-jquery-issue14.diff attached due to fix the issue.
The problem is that it's possible to have a null value for a selector in
anonymous function call, but there was a null-check for a selector that is
passed to isDeferred(char[] selector) method. The patch adds such a check.
Original comment by victor.r...@gmail.com
on 20 Mar 2015 at 2:03
Attachments:
The simple code snippet that allows to reproduce the issue:
var a = "";
a = (function(){var b = ""; return b;})();
Original comment by victor.r...@gmail.com
on 20 Mar 2015 at 2:14
Fixed in 1.8.0
Original comment by philippe...@gmail.com
on 10 Apr 2015 at 11:47
Original issue reported on code.google.com by
victor.r...@gmail.com
on 19 Mar 2015 at 2:06