Skip to content

Commit

Permalink
Applying patch on top of original version of json-template to convert…
Browse files Browse the repository at this point in the history
… it to a commonjs module.
  • Loading branch information
Gozala committed Nov 3, 2009
1 parent eac6447 commit fbc68b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/json-template/json-template.js
Expand Up @@ -826,3 +826,6 @@ return {
};

}();

// commonjs
for (var key in jsontemplate) exports[key] = jsontemplate[key];

0 comments on commit fbc68b8

Please sign in to comment.