show branch in log

pull/223/head
Ruben Daniels 2015-11-24 16:41:44 +00:00
rodzic e6604acbc3
commit 90ea21381a
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

@ -568,8 +568,8 @@ define(function(require, exports, module) {
/** /**
* *
*/ */
scrollIntoView: function(anchor, lead, offset){ scrollIntoView: function(anchor, offset){
return acetree.renderer.scrollCaretIntoView(anchor, lead, offset); return acetree.renderer.scrollCaretIntoView(anchor, offset);
}, },
/** /**
* *