cordova-plugin-pixlive
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"name": "cordova-plugin-pixlive", | ||
@@ -4,0 +4,0 @@ "cordova_name": "PixLive", |
@@ -6,2 +6,4 @@ require('cordova/channel').onCordovaReady.subscribe(function() { | ||
if(window.cordova.plugins.PixLive && window.cordova.plugins.PixLive.onEventReceived) { | ||
console.log("eventHandler: "); | ||
console.log(message.type); | ||
window.cordova.plugins.PixLive.onEventReceived(message); | ||
@@ -8,0 +10,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29
211765
3842