From 6a73440008e5af77754522535dfdcff709394d40 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 10 Oct 2014 12:21:08 +0200 Subject: [PATCH] Fix old project name. --- rrr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}); -- 2.20.1