From 9c7c1fbc832dbc96e69ab1eed4dc37e64dbf7262 Mon Sep 17 00:00:00 2001 From: Mauricio Soares Date: Thu, 12 Feb 2015 10:10:42 -0200 Subject: [PATCH] update code doc --- src/core/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.js b/src/core/core.js index f73af9d..9f21992 100644 --- a/src/core/core.js +++ b/src/core/core.js @@ -51,7 +51,7 @@ Core.prototype.getElement = function(id) { }; /** -* Starts a registered module +* Starts a registered module, if no module is passed, it starts all modules * * @method start * @param {string} module the name of the module