diff --git a/backgrid-filter.js b/backgrid-filter.js index 4642232..0c61c1d 100644 --- a/backgrid-filter.js +++ b/backgrid-filter.js @@ -27,7 +27,7 @@ define(function (require, exports, module) { var lunr; try { - lunr = require("lunr.js") + lunr = require("lunr") } catch (e) {} return factory(require("underscore"),