1
0
Fork 0
easejs/lib/util
Mike Gerwitz 324ff5ddca Global no longer uses root as alt object prototype
This is a bugfix; the bug was introduced in v0.2.3.

Initially, the implementation created a new object with the root object as
its prototype, taking advantage of ECMAScript's native
overrides/fallthroughs. Unfortunately, IE<=8 had a buggy implementation,
effectively treating the prototype as an empty object. So, rather than
alt.Array === root.Array, alt.Array === undefined.

The fix is simply to reference discrete objects.
2014-08-07 22:33:04 -04:00
..
symbol FallbackSymbol now returns instance of self 2014-07-09 23:50:36 -04:00
Global.js Global no longer uses root as alt object prototype 2014-08-07 22:33:04 -04:00
Symbol.js util/Symbol added 2014-07-09 00:14:24 -04:00