Comparing version 1.3.10 to 1.3.11
12
index.js
@@ -89,9 +89,9 @@ var raf = require('random-access-file') | ||
// Short-circuit if already loaded | ||
if (this._feeds[name]) { | ||
process.nextTick(cb, null, this._feeds[name]) | ||
return | ||
} | ||
this.ready(function () { | ||
// Short-circuit if already loaded | ||
if (self._feeds[name]) { | ||
process.nextTick(cb, null, self._feeds[name]) | ||
return | ||
} | ||
this.ready(function () { | ||
self.writerLock(function (release) { | ||
@@ -98,0 +98,0 @@ var len = Object.keys(self._feeds).length |
@@ -5,3 +5,3 @@ { | ||
"author": "Stephen Whitmore <sww@eight.net>", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/multifeed.git" |
25456
20
554