Manually merging #32

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

View File

@ -44,9 +44,8 @@
var getFile = getFileLoaderForScheme(path);
getFile(path).then(function (file) {
var options = new Windows.System.LauncherOptions();
options.displayApplicationPicker = true;
var options = new Windows.System.LauncherOptions();
Windows.System.Launcher.launchFileAsync(file, options).then(function (success) {
if (success) {
successCallback();