mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +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
|
||||
@ -22,7 +23,6 @@ import {Plugin, Cordova} from './plugin';
|
||||
})
|
||||
export class SpinnerDialog {
|
||||
|
||||
|
||||
/**
|
||||
* Shows the spinner dialog
|
||||
* @param title {string} Spinner title (shows on Android only)
|
||||
|
Loading…
Reference in New Issue
Block a user