update structure
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/// <reference path="typings/main.d.ts" />
|
||||
|
||||
import SmartenvEnvironment = require("./smartenv.environment");
|
||||
import SmartenvObjectStorage = require("./smartenv.objectstorage");
|
||||
import environment = require("./smartenv.environment");
|
||||
import objectstorage = require("./smartenv.objectstorage");
|
||||
|
||||
var smartenv:any = {}; //create smartenv object
|
||||
SmartenvEnvironment.init(smartenv);
|
||||
smartenv.obs = SmartenvObjectStorage.obs;
|
||||
environment.init(smartenv);
|
||||
smartenv.obs = objectstorage.obs;
|
||||
|
||||
export = smartenv;
|
||||
|
Reference in New Issue
Block a user