update object assignment

This commit is contained in:
2016-02-20 10:50:32 +01:00
parent 190aab3a11
commit f9b89cc9db
10 changed files with 12 additions and 33 deletions

View File

@@ -4,7 +4,8 @@ import environment = require("./smartenv.environment");
import objectstorage = require("./smartenv.objectstorage");
var smartenv:any = {}; //create smartenv object
environment.init(smartenv);
smartenv.getEnv = environment.getEnv;
smartenv.printEnv = environment.printEnv;
smartenv.obs = objectstorage.obs;
export = smartenv;