1
0
Fork 0
easejs/lib
Mike Gerwitz bb98c9afb3
Revert "Removed unnecessary try/catch from isInstanceOf"
This reverts commit 58ee52ad4a.

As it turns out, IE9 allows use of instanceof with special object types, not
just functions. One such example is HTMLElement; its type is `object', whereas
in Firefox and Chromium it is `function'. There is no reliable way to perform
this detection.

Therefore, the try/catch here is more reliable.
2014-04-24 21:32:49 -04:00
..
ClassBuilder.js Revert "Removed unnecessary try/catch from isInstanceOf" 2014-04-24 21:32:49 -04:00
FallbackMemberBuilder.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
FallbackVisibilityObjectFactory.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
MemberBuilder.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
MemberBuilderValidator.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
MethodWrapperFactory.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
MethodWrappers.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
Trait.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
VisibilityObjectFactory.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
VisibilityObjectFactoryFactory.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
class.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
class_abstract.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
class_final.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
interface.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
prop_parser.js Exposing keyword bit values and bitmasks 2014-04-20 02:40:36 -04:00
util.js No longer using __dirname in requires 2014-04-20 21:11:38 -04:00
version.js.in [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00
warn.js [copyright] Copyright assignment to the FSF 2014-04-09 19:05:07 -04:00