mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 09:49:35 +08:00
parent
c8ecee01d6
commit
f419db5d80
@ -135,7 +135,7 @@ export class Pro extends IonicNativePlugin {
|
|||||||
/**
|
/**
|
||||||
* Ionic Pro Deploy .js API.
|
* Ionic Pro Deploy .js API.
|
||||||
*/
|
*/
|
||||||
@CordovaCheck()
|
@CordovaCheck({ sync: true })
|
||||||
deploy(): ProDeploy {
|
deploy(): ProDeploy {
|
||||||
if (this._deploy) return this._deploy;
|
if (this._deploy) return this._deploy;
|
||||||
else return this._deploy = new ProDeploy(Pro.getPlugin().deploy);
|
else return this._deploy = new ProDeploy(Pro.getPlugin().deploy);
|
||||||
|
Loading…
Reference in New Issue
Block a user