Skip to content

Commit

Permalink
Merge pull request #34 from weskinner/master
Browse files Browse the repository at this point in the history
please pull
  • Loading branch information
nrstott committed Dec 15, 2011
2 parents 276361b + 1e33002 commit 1c2213b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/session/session.js
Expand Up @@ -31,4 +31,7 @@ exports.Session = function(config, nextApp) {
});
});
};
};
};

exports.Session.DefaultIdProvider = DefaultIdProvider;
exports.Session.DefaultDataProvider = DefaultDataProvider;

0 comments on commit 1c2213b

Please sign in to comment.