jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

"isConstructing" feels out of place #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The isConstructing property feels out of place. Traditionally information
about the currently executing function is pushed into the arguments variable.

Perhaps function() { isConstructing }; should be changed to function() {
arguments.constructing };

Original issue reported on code.google.com by nadir.se...@gmail.com on 26 Feb 2009 at 7:19

GoogleCodeExporter commented 9 years ago
I understand, but at the moment I want to avoid the overload of standard 
JavaScript
classes with jslibs properties or functions.

Original comment by sou...@gmail.com on 26 Feb 2009 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 24 May 2009 at 9:02