mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Change comment for command "settings".
This commit is contained in:
@@ -304,7 +304,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
|||||||
$(command.selector).css(command.arguments);
|
$(command.selector).css(command.arguments);
|
||||||
break;
|
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':
|
case 'settings':
|
||||||
if(typeof command.settings == 'object')
|
if(typeof command.settings == 'object')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user