Merge "Remove unused CodeMirror methods"
This commit is contained in:
commit
4a2e985687
@ -277,26 +277,14 @@ public class CodeMirror extends JavaScriptObject {
|
||||
this.focus();
|
||||
}-*/;
|
||||
|
||||
public final native int lineCount() /*-{
|
||||
return this.lineCount();
|
||||
}-*/;
|
||||
|
||||
public final native Element getGutterElement() /*-{
|
||||
return this.getGutterElement();
|
||||
}-*/;
|
||||
|
||||
public final native Element getScrollerElement() /*-{
|
||||
return this.getScrollerElement();
|
||||
}-*/;
|
||||
|
||||
public final native Element getSizer() /*-{
|
||||
return this.display.sizer;
|
||||
}-*/;
|
||||
|
||||
public final native Element getInputField() /*-{
|
||||
return this.getInputField();
|
||||
}-*/;
|
||||
|
||||
public final native Element getScrollbarV() /*-{
|
||||
return this.display.scrollbarV;
|
||||
}-*/;
|
||||
|
Loading…
Reference in New Issue
Block a user