mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
refactor(spinnerDialog):
This commit is contained in:
parent
c98f0fb125
commit
13f10f7e19
@ -1,4 +1,5 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Spinner Dialog
|
* @name Spinner Dialog
|
||||||
@ -22,7 +23,6 @@ import {Plugin, Cordova} from './plugin';
|
|||||||
})
|
})
|
||||||
export class SpinnerDialog {
|
export class SpinnerDialog {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Shows the spinner dialog
|
* Shows the spinner dialog
|
||||||
* @param title {string} Spinner title (shows on Android only)
|
* @param title {string} Spinner title (shows on Android only)
|
||||||
|
Loading…
Reference in New Issue
Block a user