6 ms·
Object.create is a standard function in ecmascript5. I would add a check such as "if (!Object.create) {Object.create = ... }".
by joske2 15y ago
Object.create is a standard function in ecmascript5. I would add a check such as "if (!Object.create) {Object.create = ... }".