forked from Botanical/BotanJS
externs
This commit is contained in:
@@ -49,9 +49,6 @@
|
||||
this.rows = element.rows;
|
||||
this.cols = element.cols;
|
||||
|
||||
this.PosX = 1;
|
||||
this.PosY = 1;
|
||||
|
||||
this.__active = false;
|
||||
|
||||
var _self = this;
|
||||
@@ -64,10 +61,6 @@
|
||||
this.VisualizeVimFrame( element.value );
|
||||
};
|
||||
|
||||
VimArea.prototype.startInput = function( mode )
|
||||
{
|
||||
};
|
||||
|
||||
VimArea.prototype.select = function( sel )
|
||||
{
|
||||
if( !this.__active ) return;
|
||||
|
||||
Reference in New Issue
Block a user