cordova-plugin-emm-app-config
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ # Contributing to cordova-plugin-emm-app-config |
@@ -0,0 +0,0 @@ # cordova-plugin-emm-app-config |
{ | ||
"name": "cordova-plugin-emm-app-config", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Cordova EmmAppConfig Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -1,2 +0,2 @@ | ||
# cordova-plugin-emm-app-config 1.0.0 | ||
# cordova-plugin-emm-app-config 1.0.1 | ||
@@ -3,0 +3,0 @@ This plugin defines a global `cordova.plugins.EmmAppConfig` object, which provides information on EMM application configuration (or managed app configuration). |
@@ -12,5 +12,5 @@ /** | ||
channel.createSticky('onCordovaInfoReady'); | ||
// Tell cordova channel to wait on the CordovaInfoReady event | ||
channel.waitForInitialization('onCordovaInfoReady'); | ||
channel.createSticky('onEmmAppConfigReady'); | ||
// Tell cordova channel to wait on the EmmAppConfigReady event | ||
channel.waitForInitialization('onEmmAppConfigReady'); | ||
@@ -34,3 +34,3 @@ /** | ||
self._appConfig = info; | ||
channel.onCordovaInfoReady.fire(); | ||
channel.onEmmAppConfigReady.fire(); | ||
}; | ||
@@ -37,0 +37,0 @@ var errorCallback = function(e) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
22544