Fixes Harutyun's comments

pull/64/head
Ruben Daniels 2015-04-01 21:00:42 +00:00 zatwierdzone przez nightwing
rodzic f3716c64ca
commit 1afdd864ab
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -60,13 +60,13 @@
"c9.ide.language.javascript.tern": "#7aab8b0b6a",
"c9.ide.language.javascript.infer": "#ebb2daf81a",
"c9.ide.language.jsonalyzer": "#efa4426f1f",
"c9.ide.collab": "#ce60175443",
"c9.ide.collab": "#2ed9be9e8c",
"c9.ide.local": "#2bfd7ff051",
"c9.ide.find": "#9fc6f4cfa5",
"c9.ide.find.infiles": "#1b83cf12f1",
"c9.ide.find.replace": "#e4daf722b8",
"c9.ide.run.debug": "#638e6b00b3",
"c9.automate": "#0290f721f3",
"c9.automate": "#86bf1ee1ca",
"c9.ide.ace.emmet": "#e5f1a92ac3",
"c9.ide.ace.gotoline": "#4d1a93172c",
"c9.ide.ace.keymaps": "#6c4bb65b1f",
@ -83,7 +83,7 @@
"c9.ide.help.support": "#60e88f5680",
"c9.ide.imgeditor": "#08bbc53578",
"c9.ide.immediate": "#6845a93705",
"c9.ide.installer": "#de66f446f1",
"c9.ide.installer": "#a9c68556ce",
"c9.ide.mount": "#32e79866ee",
"c9.ide.navigate": "#64156c7f4a",
"c9.ide.newresource": "#9a7464cc47",

Wyświetl plik

@ -778,7 +778,7 @@ define(function(require, exports, module) {
+ "installed. Would you like to open the installer "
+ "to update to the latest version?",
function(){ // Yes
installer.show();
installer.reinstall("Cloud9 IDE");
},
function(){ // No
// Do nothing

Wyświetl plik

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