Skip to content

Commit

Permalink
Add caching
Browse files Browse the repository at this point in the history
Fixes mde#7
  • Loading branch information
RReverser committed Sep 16, 2014
1 parent da33c44 commit 9a327d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

var t = true;
module.exports = function () {
return true;
return t;
};

0 comments on commit 9a327d4

Please sign in to comment.