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