Guest User

Untitled

a guest
May 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. lunr.Pipeline.prototype.remove = function (fn) {
  2. var pos = this._stack.indexOf(fn)
  3. if (pos == -1) {
  4. return
  5. }
  6.  
  7. this._stack.splice(pos, 1)
  8. }
Add Comment
Please, Sign In to add comment