Hide unfinished feature

pull/85/head^2
Lennart kats 2015-05-07 14:14:01 +00:00
rodzic 751e81fd23
commit 620a77769f
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -69,10 +69,10 @@ define(function(require, exports, module) {
}
}, handle);
menus.addItemByPath("Cloud9/~", new ui.divider(), 1000, handle);
menus.addItemByPath("Cloud9/Package Browser", new ui.item({
command: "openpackagebrowser"
}), 1100, handle);
// menus.addItemByPath("Cloud9/~", new ui.divider(), 1000, handle);
// menus.addItemByPath("Cloud9/Package Browser", new ui.item({
// command: "openpackagebrowser"
// }), 1100, handle);
});
/***** Methods *****/