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 +});