remove corner element
This commit is contained in:
parent
7b00aa8081
commit
c40ffa7323
2 changed files with 0 additions and 18 deletions
|
|
@ -75,10 +75,6 @@ var VirtualRenderer = function(container, theme) {
|
|||
this.$gutter.className = "ace_gutter";
|
||||
this.container.appendChild(this.$gutter);
|
||||
|
||||
this.$corner = dom.createElement("div");
|
||||
this.$corner.className = "ace_corner";
|
||||
this.container.appendChild(this.$corner);
|
||||
|
||||
this.scroller = dom.createElement("div");
|
||||
this.scroller.className = "ace_scroller";
|
||||
this.container.appendChild(this.scroller);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue