From 4cfa54e07cda7ab951c51e7b0c55127fe529c42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=B3na=20Lore?= Date: Wed, 2 Mar 2016 15:13:42 +0100 Subject: [PATCH] Change comment for command "settings". --- e107_web/js/core/all.jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js index 8dcd3522e..17ea02d1f 100644 --- a/e107_web/js/core/all.jquery.js +++ b/e107_web/js/core/all.jquery.js @@ -304,7 +304,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}}; $(command.selector).css(command.arguments); break; - // Command to set the settings that will be used for other commands in this response. + // Command to merge settings e107.settings object. case 'settings': if(typeof command.settings == 'object') {