minify
This commit is contained in:
+1
-15
@@ -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()}}});
|
||||
Reference in New Issue
Block a user