Home
last modified time | relevance | path

Searched refs:isBeginningOfLine (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js13isBeginningOfLine,index){var cursorLocation=this.get2DCursorLocation(index),lineIndex=cursorLocati… argument
15 …ary)}else{var isBeginningOfLine=this.text.slice(this.selectionStart-1,this.selectionStart)==="\n";…
H A Dfabric.js22193 removeStyleObject: function(isBeginningOfLine, index) { argument
22199 if (isBeginningOfLine) {
23132 … var isBeginningOfLine = this.text.slice(this.selectionStart - 1, this.selectionStart) === '\n';
23133 this.removeStyleObject(isBeginningOfLine);