1
0
Fork 0
easejs/test/Interface
Mike Gerwitz b9ba6388d2 Interface.isInstanceOf will account for interop compatibility
This is a bug fix.

If the provided object's constructor is an ease.js type, then the
conventional rules will apply (as mentioned in the test docblock and in the
manual); however, if it's just a vanilla ECMAScript object, then the interop
compatibility checks will be used instead.

The manual already states that this is the case; unfortunately, it
lies---this was apparently overlooked, and is a bug.
2014-08-06 23:07:44 -04:00
..
ExtendTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
GeneralTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
InteropTest.js Interface.isInstanceOf will account for interop compatibility 2014-08-06 23:07:44 -04:00
NameTest.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00