Open GoogleCodeExporter opened 9 years ago
I fixed a related issue with three classes instead of two. See the attachment
for the example code. Here is the fix:
$ diff joose.orig.js joose.new.js
1742c1742
< this.INNER = function () {return
me.__INNER_STACK__.pop().apply(me, arguments) };
---
> this.INNER = function () { var func =
me.__INNER_STACK__.pop(); return (func ? func.apply(me, arguments) : func); };
Original comment by kyp...@gmail.com
on 13 Aug 2010 at 12:53
Attachments:
Original issue reported on code.google.com by
kyp...@gmail.com
on 13 Aug 2010 at 12:48Attachments: