dtable-sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -45,5 +45,15 @@ "use strict"; | ||
this.dtableServerAPI = null; | ||
} | ||
} // init in a dtable web page | ||
_createClass(DTable, [{ | ||
key: "initInBrowser", | ||
value: function initInBrowser(dtableStore, dtableWebAPI, dtableConfig) { | ||
this.dtableStore = dtableStore; | ||
this.dtableWebAPI = dtableWebAPI; | ||
this.eventBus = dtableStore.eventBus; | ||
this.config = dtableConfig; | ||
this.dtableServerAPI = new _dtableServerApi["default"](this.config); | ||
} | ||
}, { | ||
key: "init", | ||
@@ -50,0 +60,0 @@ value: function init(config) { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/dtable.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194705
4904