mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor(spinnerDialog):
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user