_rebuildContainer() doesn't take parameters

This commit is contained in:
Nathan Gray 2011-10-12 16:27:50 +00:00
parent 1621485da9
commit 338b14fc9d

View File

@ -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