Home
last modified time | relevance | path

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

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js47 return top._insertWhole(match);}else{return this._insert(match);}}
48 Syntax.Match.prototype._insertWhole=function(match){var parts=this.bisectAtOffsets([match.offset,ma… method in Syntax.Match