|
|
@ -458,7 +458,9 @@ define([
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}));
|
|
|
|
}));
|
|
|
|
}).nThen(function () {
|
|
|
|
}).nThen(function () {
|
|
|
|
cb(id);
|
|
|
|
Env.onSync(function () {
|
|
|
|
|
|
|
|
cb(id);
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
@ -935,6 +937,7 @@ define([
|
|
|
|
// Manager
|
|
|
|
// Manager
|
|
|
|
addProxy: callWithEnv(addProxy),
|
|
|
|
addProxy: callWithEnv(addProxy),
|
|
|
|
removeProxy: callWithEnv(removeProxy),
|
|
|
|
removeProxy: callWithEnv(removeProxy),
|
|
|
|
|
|
|
|
addSharedFolder: callWithEnv(addSharedFolder);
|
|
|
|
// Drive
|
|
|
|
// Drive
|
|
|
|
command: callWithEnv(onCommand),
|
|
|
|
command: callWithEnv(onCommand),
|
|
|
|
getPadAttribute: callWithEnv(getPadAttribute),
|
|
|
|
getPadAttribute: callWithEnv(getPadAttribute),
|
|
|
|