mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-03-14 13:51:01 +08:00
Update fileOpener2Proxy.js
double ;
This commit is contained in:
parent
91064a0390
commit
bea7625d8f
@ -25,7 +25,7 @@
|
||||
|
||||
var applicationUri = new Windows.Foundation.Uri(newUri);
|
||||
|
||||
return Windows.Storage.StorageFile.getFileFromApplicationUriAsync(applicationUri);;
|
||||
return Windows.Storage.StorageFile.getFileFromApplicationUriAsync(applicationUri);
|
||||
}
|
||||
|
||||
function getFileFromFileUri(uri) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user