This commit is contained in:
Luke Pulverenti 2017-01-27 18:07:14 -05:00
parent 82bcca376f
commit 8a6884abef
494 changed files with 256 additions and 120180 deletions

View file

@ -1,15 +1 @@
define([], function () {
'use strict';
return {
openUrl: function (url) {
window.open(url, '_blank');
},
canExec: false,
exec: function (options) {
// options.path
// options.arguments
return Promise.reject();
}
};
});
define([],function(){"use strict";return{openUrl:function(url){window.open(url,"_blank")},canExec:!1,exec:function(options){return Promise.reject()}}});