dtable-sdk
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -87,17 +87,8 @@ "use strict"; | ||
key: "initInBrowser", | ||
value: function initInBrowser(dtableStore, dtableServerAPI, dtableSettings) { | ||
var dtableServer = dtableSettings.dtableServer, | ||
dtableSocket = dtableSettings.dtableSocket, | ||
dtableUuid = dtableSettings.dtableUuid, | ||
accessToken = dtableSettings.accessToken; // init config | ||
this.config = {}; | ||
this.config.dtableServer = dtableServer; | ||
this.config.dtableSocket = dtableSocket; | ||
this.config.dtableUuid = dtableUuid; | ||
this.config.accessToken = accessToken; // init tool object | ||
value: function initInBrowser(dtableStore) { | ||
// init tool object | ||
this.dtableStore = dtableStore; | ||
this.dtableServerAPI = dtableServerAPI; | ||
this.eventBus = this.dtableStore.eventBus; | ||
this.config = {}; | ||
this.dtableServerAPI = null; | ||
} | ||
@@ -104,0 +95,0 @@ }, { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"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
187492
4682