Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
default readme to null, fixed #233
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Feb 28, 2014
1 parent f00ed85 commit 03ef728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/registry/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports.show = function *(next) {

var nextMod = null;
var latestMod = null;
var readme;
var readme = null;
// set tags
var distTags = {};
for (var i = 0; i < tags.length; i++) {
Expand Down

0 comments on commit 03ef728

Please sign in to comment.