Skip to content

Commit

Permalink
module.exports MaterializedPromise (was missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Apr 5, 2011
1 parent d6d7d85 commit 22d20f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sequence.js
Expand Up @@ -101,3 +101,5 @@ MaterializedSequence.prototype = {
return priorStepPromise;
}
};

module.exports = MaterializedSequence;

0 comments on commit 22d20f1

Please sign in to comment.