Manually merging #32

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) {