Fix tests depending on installer

pull/85/head
Ruben Daniels 2015-04-17 20:32:53 +00:00
rodzic cb4241181b
commit 81fd9d5e1c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -83,7 +83,7 @@
"c9.ide.help.support": "#60e88f5680",
"c9.ide.imgeditor": "#08bbc53578",
"c9.ide.immediate": "#6845a93705",
"c9.ide.installer": "#c6c5adb152",
"c9.ide.installer": "#45d316217b",
"c9.ide.mount": "#cb45b621f1",
"c9.ide.navigate": "#64156c7f4a",
"c9.ide.newresource": "#f1f0624768",

Wyświetl plik

@ -400,7 +400,7 @@ require([
console.warn(msg);
}
},
"installer": { createSession : function(){}, reinstall: function(){} },
"installer": { createSession : function(){}, reinstall: function(){}, isInstalled: function(){ return true; } },
"run.gui": { getElement : function(){} },
"debugger": {debug: function() {}, stop: function(){}},
"focusManager": {