diff --git a/jlinq.js b/jlinq.js index e8e0be6..1a78f1d 100644 --- a/jlinq.js +++ b/jlinq.js @@ -1245,7 +1245,7 @@ var jl; //core function to start and entirely new query query:function(collection, params) { - return library.framework.query(collection, params); + return framework.library.query(collection, params); }, //starts a new query with the array provided