Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
options.cacheConnection = connect([localCache],{
name: options.name+"Cache",
idProp: options.idProp,
algebra: options.algebra
});
}
behaviors.push(callbacksCache,fallThroughCache);
}
// Handles if jQuery isn't provided.
if($ && $.ajax) {
options.ajax = $.ajax;
}
return connect(behaviors,options);
};
module.exports = connect.superMap;