@__define(G/S)etter__ doesn't work
An example error:
TypeError: Object function __defineSetter__() { [native code] } has no method 'tail'
This doesn't occur when simply writing this.__define(G/S)etter.
This is a problem with the uglify postprocessor. It's only in there to spot Javascript errors (it doesn't actually do anything unless you want your output prettified). Could consider
a) fixing the bug in uglify b) removing uglify processor
On Tue, Jun 21, 2011 at 5:07 AM, benekastah < [email protected]>wrote:
An example error:
TypeError: Object function __defineSetter__() { [native code] } has no method 'tail'This doesn't occur when simply writing this.__define(G/S)etter.
Reply to this email directly or view it on GitHub: https://github.com/weepy/kaffeine/issues/35