Searched refs:_reSpace (Results 1 – 2 of 2) sorted by relevance
20543 _reSpace: /\s|\n/, property21705 if (this._reSpace.test(this.text.charAt(index))) {21706 while (this._reSpace.test(this.text.charAt(index))) {21728 if (this._reSpace.test(this.text.charAt(index))) {21729 while (this._reSpace.test(this.text.charAt(index))) {21797 …var index = this._reSpace.test(this.text.charAt(selectionStart)) ? selectionStart - 1 : selectionS…
11 …,cursorDuration:600,styles:null,caching:true,_skipFillStrokeCheck:false,_reSpace:/\s|\n/,_currentC… property13 …_reSpace.test(this.text.charAt(index))){while(this._reSpace.test(this.text.charAt(index))){offset+…