Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js20543 _reSpace: /\s|\n/, property
21705 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…
Dfabric.min.js11 …,cursorDuration:600,styles:null,caching:true,_skipFillStrokeCheck:false,_reSpace:/\s|\n/,_currentC… property
13_reSpace.test(this.text.charAt(index))){while(this._reSpace.test(this.text.charAt(index))){offset+…