Searched refs:isBeginningOfLine (Results 1 – 2 of 2) sorted by relevance
13 …isBeginningOfLine,index){var cursorLocation=this.get2DCursorLocation(index),lineIndex=cursorLocati… argument15 …ary)}else{var isBeginningOfLine=this.text.slice(this.selectionStart-1,this.selectionStart)==="\n";…
22193 removeStyleObject: function(isBeginningOfLine, index) { argument22199 if (isBeginningOfLine) {23132 … var isBeginningOfLine = this.text.slice(this.selectionStart - 1, this.selectionStart) === '\n';23133 this.removeStyleObject(isBeginningOfLine);