cordova-plugin-pixlive
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"name": "cordova-plugin-pixlive", | ||
@@ -4,0 +4,0 @@ "cordova_name": "PixLive", |
@@ -69,5 +69,7 @@ var exec = require('cordova/exec'); | ||
// Used to signal the plugin that the page is fully loaded | ||
document.addEventListener("deviceready", function() { | ||
exec(null, null, "PixLive", "pageLoaded", []); | ||
}, false); | ||
var PixLiveInstance = new PixLive(); | ||
module.exports = PixLive; |
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
219317
3880