1
0

fix typo (left out env)

Este cometimento está contido em:
AJ ONeal 2015-01-17 18:40:33 -07:00
ascendente 024e87f444
cometimento c42cef0223

Ver ficheiro

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