From 8d3b53664a4f0940f2f6e068911cf609bfbe24c5 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 7 Jan 2018 19:17:50 +0100 Subject: [PATCH] Fixed comment --- assets/js/common/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/common/system.js b/assets/js/common/system.js index a56fd426..b01e7868 100644 --- a/assets/js/common/system.js +++ b/assets/js/common/system.js @@ -8,7 +8,7 @@ ComunicWeb.common.system = { /** * Initializate the application * - * @param {String} Specify a page to open + * @param {String} openPage Specify a page to open * @return {Boolean} True for a success */ init: function(openPage){