flux-crud-store
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -71,3 +71,3 @@ 'use strict'; | ||
get: function (id) { | ||
if (this._isFetching[id]) { | ||
if (this._isFetchingAll || this._isFetching[id]) { | ||
return this._loadingResponse; | ||
@@ -74,0 +74,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"author": "Holman Gao <holman@golmansax.com>", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "lib/index.js", | ||
@@ -9,0 +9,0 @@ "repository": { |
9008