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