js: Remove unused when-define-shim.js
This commit is contained in:
parent
edc27135fd
commit
aa8406e309
@ -1,11 +0,0 @@
|
||||
if (typeof window !== "undefined") {
|
||||
window.define = function (factory) {
|
||||
try {
|
||||
delete window.define;
|
||||
} catch (e) {
|
||||
window.define = void 0; // IE
|
||||
}
|
||||
window.when = factory();
|
||||
};
|
||||
window.define.amd = {};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user