mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
_rebuildContainer() doesn't take parameters
This commit is contained in:
parent
1621485da9
commit
338b14fc9d
@ -497,7 +497,7 @@ var et2_surroundingsMgr = Class.extend({
|
|||||||
this._widgetNode = _widgetNode;
|
this._widgetNode = _widgetNode;
|
||||||
|
|
||||||
// Build the container if it didn't exist yet.
|
// Build the container if it didn't exist yet.
|
||||||
var updated = this._rebuildContainer(true);
|
var updated = this._rebuildContainer();
|
||||||
|
|
||||||
// Return the widget node itself if there are no surroundings arround
|
// Return the widget node itself if there are no surroundings arround
|
||||||
// it
|
// it
|
||||||
|
Loading…
Reference in New Issue
Block a user