mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
refractor(plugin): fix typo in pluginref
This commit is contained in:
parent
930a4b8115
commit
18e04d6016
@ -8,7 +8,7 @@ import {Plugin, Cordova} from './plugin'
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
plugin: 'cordova-plugin-hotspot',
|
plugin: 'cordova-plugin-hotspot',
|
||||||
pluginRef: 'cordova.plugnis.hotspot',
|
pluginRef: 'cordova.plugins.hotspot',
|
||||||
repo: 'https://github.com/hypery2k/cordova-hotspot-plugin'
|
repo: 'https://github.com/hypery2k/cordova-hotspot-plugin'
|
||||||
})
|
})
|
||||||
export class Hotspot {
|
export class Hotspot {
|
||||||
@ -97,4 +97,4 @@ export class Hotspot {
|
|||||||
@Cordova()
|
@Cordova()
|
||||||
static isRooted() : Promise<any> {return}
|
static isRooted() : Promise<any> {return}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user