fix typo (left out env)
This commit is contained in:
parent
024e87f444
commit
c42cef0223
|
@ -270,7 +270,7 @@
|
|||
};
|
||||
|
||||
Desi.init = function (desi, env) {
|
||||
Desi._initFileAdapter();
|
||||
Desi._initFileAdapter(env);
|
||||
|
||||
if (!exports.window) {
|
||||
// TODO pull state out of this later
|
||||
|
|
Loading…
Reference in New Issue