mojito-cache
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "mojito-cache", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A set of libraries for various caching strategies in mojito.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -28,2 +28,3 @@ /* | ||
function RequestCacheActionContext(options) { | ||
this.controller = options.controller; | ||
RequestCacheActionContext.superclass.constructor.call(this, options); | ||
@@ -49,3 +50,3 @@ } | ||
instance = this.instance, | ||
controller = instance.controller, | ||
controller = this.controller, | ||
resource = new ExpandedResource({ | ||
@@ -52,0 +53,0 @@ actionContext: this, |
22495
473