mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
show branch in log
This commit is contained in:
parent
e6604acbc3
commit
90ea21381a
@ -106,7 +106,7 @@
|
||||
"c9.ide.run.build": "#0598fff697",
|
||||
"c9.ide.run.debug.xdebug": "#5c004d2d75",
|
||||
"c9.ide.save": "#5118b30230",
|
||||
"c9.ide.scm": "#1a904e03dd",
|
||||
"c9.ide.scm": "#b98830203c",
|
||||
"c9.ide.terminal.monitor": "#35afa7f97f",
|
||||
"c9.ide.test": "#520fa1e6c5",
|
||||
"c9.ide.test.mocha": "#7844e1dc83",
|
||||
|
||||
@ -568,8 +568,8 @@ define(function(require, exports, module) {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
scrollIntoView: function(anchor, lead, offset){
|
||||
return acetree.renderer.scrollCaretIntoView(anchor, lead, offset);
|
||||
scrollIntoView: function(anchor, offset){
|
||||
return acetree.renderer.scrollCaretIntoView(anchor, offset);
|
||||
},
|
||||
/**
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user