From bea7625d8fbff198df92d47d8e78cd6dadd14989 Mon Sep 17 00:00:00 2001 From: J3r0M3D3V Date: Wed, 12 Oct 2016 17:05:00 +0200 Subject: [PATCH] Update fileOpener2Proxy.js double ; --- src/windows/fileOpener2Proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/fileOpener2Proxy.js b/src/windows/fileOpener2Proxy.js index 48f7332..69d34ee 100644 --- a/src/windows/fileOpener2Proxy.js +++ b/src/windows/fileOpener2Proxy.js @@ -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) {