9
0
mirror of https://gitee.com/shuto/cordova-plugin-file-opener2.git synced 2025-02-24 14:22:50 +08:00

Manually merging

This commit is contained in:
pwlin 2015-10-19 12:23:58 +02:00
parent ccd34cb42f
commit 0857ecd6f8

View File

@ -45,7 +45,6 @@
getFile(path).then(function (file) {
var options = new Windows.System.LauncherOptions();
options.displayApplicationPicker = true;
Windows.System.Launcher.launchFileAsync(file, options).then(function (success) {
if (success) {