1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 20:21:51 +02:00

Change comment for command "settings".

This commit is contained in:
Lóna Lore 2016-03-02 15:13:42 +01:00
parent 24cc54caf6
commit 4cfa54e07c

View File

@ -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')
{