pull/64/head
Ruben Daniels 2015-04-01 01:18:40 +00:00 zatwierdzone przez nightwing
rodzic d87ddd79ec
commit de878d4b23
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -400,6 +400,7 @@ require([
console.warn(msg);
}
},
"installer": { createSession : function(){} },
"run.gui": { getElement : function(){} },
"debugger": {debug: function() {}, stop: function(){}},
"focusManager": {
@ -412,9 +413,6 @@ require([
getLastest: function() { throw Error("Not implemented"); },
},
error_handler: {reportError: function(){}},
installer: {
show: function(){}
},
proc: {
execFile: function() {},
spawn: function() {}