cordova-plugin-hotpushes
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "cordova-plugin-hotpushes", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "cordova-plugin-hotpushes", |
@@ -177,7 +177,7 @@ /* global cordova:false */ | ||
this._syncs[0].on('progress', function(data) { | ||
this.emit('progress', data); | ||
self.emit('progress', data); | ||
}); | ||
this._syncs[0].on('complete', function() { | ||
this.emit('updateComplete'); | ||
self.emit('updateComplete'); | ||
}); | ||
@@ -187,3 +187,3 @@ | ||
console.log(e) | ||
this.emit('error', e); | ||
self.emit('error', e); | ||
}); | ||
@@ -190,0 +190,0 @@ |
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
1