muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
37db3ac93095dea97f496ba0f0fa94bc03440395
parent
8c7bb679867b07ea58fa3dc31f2c3a31c94d19ad
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-28 14:47
lint

Diffstat

M src/muu-search.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/src/muu-search.js b/src/muu-search.js

@@ -46,7 +46,7 @@ define('muu-search', ['muu-js-helpers'], function(_) {
   46    46             return q;
   47    47         }
   48    48 
   49    -1         var a = []
   -1    49         var a = [];
   50    50         for (var key in q) {
   51    51             if (q.hasOwnProperty(key)) {
   52    52                 a = a.concat(unparseItem(key, q[key]));