Merge branch 'feature/scm' of github.com:c9/newclient into feature/scm

pull/223/head
Ruben Daniels 2015-11-23 06:21:22 +00:00
commit f2ff2818de
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -68,6 +68,7 @@ function ColumnHeader(parentEl, renderer) {
}
col.pixelWidth = 0;
}, this);
columns.fixedWidth = fixedWidth;
columns.$fixedWidth = fixedWidth + "px";
columns.width = null;
provider.columns = columns;

Wyświetl plik

@ -106,7 +106,7 @@
"c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#5c004d2d75",
"c9.ide.save": "#5118b30230",
"c9.ide.scm": "#ed1e53de83",
"c9.ide.scm": "#d89648c930",
"c9.ide.terminal.monitor": "#35afa7f97f",
"c9.ide.test": "#520fa1e6c5",
"c9.ide.test.mocha": "#7844e1dc83",