fix typo (left out env)

This commit is contained in:
AJ ONeal 2015-01-17 18:40:33 -07:00
parent 024e87f444
commit c42cef0223
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
};
Desi.init = function (desi, env) {
Desi._initFileAdapter();
Desi._initFileAdapter(env);
if (!exports.window) {
// TODO pull state out of this later