X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=rrr.js;h=4561421dd0e48065a1cfc108389962cdc57bea43;hb=refs%2Fheads%2Fmaster;hp=2b76474ebcc6c741c77293b886f26cc40c04ddc0;hpb=bebb8a0982e0a55a060556df5d6ba6aa512d5dbc;p=rrr.git 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 = {});