提交 41568f6e 编写于 作者: A Alex Dima

Adopt latest loader

上级 65d85057
......@@ -1092,7 +1092,9 @@ var AMDLoader;
}
else {
if (this._queuedDefineCalls.length === 0) {
console.warn('No define call received from module ' + id + '. This might be a problem.');
// Loaded a file and it didn't call `define`
this._loadingScriptsCount++;
this._onLoadError(id, new Error('No define call received from module ' + id + '.'));
}
else {
// Consume queue until first anonymous define call
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册