fix(push): add missing plugin decorator

closes #1297
This commit is contained in:
Ibby Hadeed 2017-03-29 18:34:02 -04:00
parent 47b593b43d
commit 208748a660

View File

@ -269,6 +269,11 @@ export class Push {
/**
* @hidden
*/
@Plugin({
pluginName: 'Push',
plugin: 'phonegap-plugin-push',
pluginRef: 'PushNotification'
})
export class PushObject {
private _objectInstance: any;