IE doesn't like using reserved words as properties
- This is one thing I'll have to complement IE on. Every browser should blow up on reserved words.closure/master
parent
72f4dd0757
commit
5e999b8167
|
@ -80,6 +80,6 @@ var easejs = {};
|
|||
/**{CONTENT}**/
|
||||
|
||||
// the following should match the exports of /index.js
|
||||
ns_exports.Class = exports.class;
|
||||
ns_exports.Class = exports['class'];
|
||||
} )( easejs );
|
||||
|
||||
|
|
Loading…
Reference in New Issue