From 1a8de6e6252afff96d7c874223a7bcac8c5e79df Mon Sep 17 00:00:00 2001 From: oak-tree Date: Wed, 15 Feb 2017 12:25:16 +0200 Subject: [PATCH] requrie('luna') instead of 'luna.js'. Using '.js' will force ajax call for luna.js and will not use preconfiguration luna module --- backgrid-filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),