Update fileOpener2Proxy.js

then > done
This commit is contained in:
J3r0M3D3V 2016-10-13 11:04:11 +02:00 committed by GitHub
parent bea7625d8f
commit d2ccb221e9

View File

@ -75,7 +75,7 @@
getFile(path).then(function (file) {
var options = new Windows.System.LauncherOptions();
Windows.System.Launcher.launchFileAsync(file, options).done(function (success) {
Windows.System.Launcher.launchFileAsync(file, options).then(function (success) {
successCallback();
}, function (error) {
errorCallback(error);