kaffeine icon indicating copy to clipboard operation
kaffeine copied to clipboard

@__define(G/S)etter__ doesn't work

Open benekastah opened this issue 14 years ago • 1 comments

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.

benekastah avatar Jun 21 '11 04:06 benekastah

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

weepy avatar Jun 21 '11 07:06 weepy