1
0
Fork 0
easejs/lib
Mike Gerwitz e4cd1eabe5 Fixed issue with minified files in IE
Ah - you have to love those "ah-ha!" moments. The issue here is that both
uglify-js and closure compiler mangled the names in such a way that the var and
the function name had different values. In the case of closure compiler, the
function name was used to instantiate the constructor if the 'new' keyword was
omitted. This worked fine in all other tested browsers, but IE handles it
differently.
2011-12-06 18:20:43 -05:00
..
ClassBuilder.js Fixed issue with minified files in IE 2011-12-06 18:20:43 -05:00
FallbackMemberBuilder.js [#25] Combined buildGetter() and buildSetter() 2011-10-29 08:25:51 -04:00
FallbackVisibilityObjectFactory.js Implemented FallbackVisibilityObjectFactory (#25) 2011-08-13 22:42:33 -04:00
MemberBuilder.js Added private member name conflict validations 2011-12-03 00:38:41 -05:00
MemberBuilderValidator.js Added private member name conflict validations 2011-12-03 00:38:41 -05:00
MethodWrapperFactory.js Now passing getInst() directly into MethodwrapperFactory factory function, like good 'ol times 2011-08-31 00:05:07 -04:00
MethodWrappers.js Oops. Dummy want to name things correctly? (#25) 2011-09-02 22:44:11 -04:00
VisibilityObjectFactory.js Added property object comment to VisibilityObjectFactory (#25) 2011-08-13 22:42:51 -04:00
VisibilityObjectFactoryFactory.js Added VisibilityObjectFactoryFactory (#25) 2011-08-13 23:00:03 -04:00
class.js Added warning handler to class facade 2011-11-05 12:07:52 -04:00
class_abstract.js Added support for named abstract subclasses 2011-05-22 21:05:46 -04:00
class_final.js Added support for final subtypes 2011-05-22 21:35:29 -04:00
interface.js [#29] Re-added interface name to interface errors since abstract requirement change 2011-11-19 22:17:59 -05:00
prop_parser.js Override keyword is now required to override a virtual method (#19) 2011-08-04 00:32:10 -04:00
util.js Now implicitly adding abstract keyword for interface method declarations 2011-11-28 15:10:26 -05:00
warn.js Now using vm module in node instead of process.binding.Script (deprecated in newer versions of node) 2011-12-04 12:55:00 -05:00