mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
refactor(vibration):
This commit is contained in:
parent
81a0696e70
commit
6c0aaa643e
@ -1,4 +1,6 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
import { Cordova, Plugin } from './plugin';
|
||||
|
||||
|
||||
/**
|
||||
* @name Vibration
|
||||
* @description Vibrates the device
|
||||
@ -37,6 +39,6 @@ export class Vibration {
|
||||
@Cordova({
|
||||
sync: true
|
||||
})
|
||||
static vibrate(time: number|Array<number>) {}
|
||||
static vibrate(time: number | Array<number>) { }
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user