mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(): fix example (#1355)
This commit is contained in:
parent
15bf509ae0
commit
352ad7ab2f
@ -18,8 +18,8 @@ declare var window: any;
|
|||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
* this.filePath.resolveNativePath(path)
|
* this.filePath.resolveNativePath(path)
|
||||||
* .then(filePath => console.log(filePath);
|
* .then(filePath => console.log(filePath))
|
||||||
* .catch(err => console.log(err);
|
* .catch(err => console.log(err));
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user