From 5bec1e1c358e583cf7cd29d6f215905968aefb0f Mon Sep 17 00:00:00 2001 From: "Yemi Bedu @ P&R" Date: Thu, 6 Apr 2017 12:49:04 -0400 Subject: [PATCH] Grammar update update to grammar --- legacy/jo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/jo.js b/legacy/jo.js index faac5b1..9bcf1b9 100755 --- a/legacy/jo.js +++ b/legacy/jo.js @@ -1,6 +1,6 @@ /** * @name jo - * @namespace the namespace of the the jomoho library + * @namespace the namespace of the jomoho library */ define(['./core', './system'],function(core, sys){ @@ -14,4 +14,4 @@ define(['./core', './system'],function(core, sys){ system: sys }; -}); \ No newline at end of file +});