Skip to content

Commit

Permalink
Missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujvari Gergely committed Mar 12, 2013
1 parent 6136a3a commit 0c8a1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwz.js
Expand Up @@ -112,7 +112,7 @@
return function() {
var idTable = {};

function getIdTable() return idTable;
function getIdTable() { return idTable; }

function thread(messages) {
idTable = this.createIdTable(messages);
Expand Down Expand Up @@ -316,4 +316,4 @@
module.exports = mail;
}

})();
})();

0 comments on commit 0c8a1df

Please sign in to comment.