fix typo
This commit is contained in:
parent
ea31c9fac6
commit
71ae26759a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ var _define = function(module, deps, payload) {
|
|||
}
|
||||
|
||||
_define.payloads[module] = payload;
|
||||
define.modules[module] = null;
|
||||
_define.modules[module] = null;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue