From: Joe Wreschnig Date: Fri, 10 Oct 2014 10:21:08 +0000 (+0200) Subject: Fix old project name. X-Git-Url: https://git.yukkurigames.com/?p=rrr.git;a=commitdiff_plain;ds=sidebyside Fix old project name. --- diff --git a/rrr.js b/rrr.js index 2b76474..4561421 100644 --- a/rrr.js +++ b/rrr.js @@ -101,4 +101,4 @@ }; exports.Grammar = Grammar; -})(typeof module !== "undefined" ? module.exports : this.gengram = {}); +})(typeof module !== "undefined" ? module.exports : this.rrr = {});