mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
Awww yis
This commit is contained in:
parent
5ddf39b638
commit
9bcf0ca925
@ -46,7 +46,7 @@ export class Plugin {
|
|||||||
|
|
||||||
let args = [];
|
let args = [];
|
||||||
if(pluginMethodArgEntry) {
|
if(pluginMethodArgEntry) {
|
||||||
args = pluginMethodArgEntry[method] || [];
|
args = [pluginMethodArgEntry[method]] || [];
|
||||||
|
|
||||||
console.log('Found some default args', args);
|
console.log('Found some default args', args);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user