mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
Update file-chooser.ts (#1071)
Removed semicolon after .then() in usage instructions
This commit is contained in:
parent
439cceea23
commit
c7a888e2de
@ -11,7 +11,7 @@ import { Plugin, Cordova } from './plugin';
|
|||||||
* import {FileChooser} from 'ionic-native';
|
* import {FileChooser} from 'ionic-native';
|
||||||
*
|
*
|
||||||
* FileChooser.open()
|
* FileChooser.open()
|
||||||
* .then(uri => console.log(uri));
|
* .then(uri => console.log(uri))
|
||||||
* .catch(e => console.log(e));
|
* .catch(e => console.log(e));
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
|
Loading…
Reference in New Issue
Block a user