fixed wrong call leading to maximum stack size exhaused error

This commit is contained in:
Ralf Becker 2013-07-22 14:11:58 +00:00
parent 4ed52a2b16
commit 364fbd0f66

View File

@ -739,7 +739,7 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned],
// Go over the widget & add links - this is where we decide which actions are // Go over the widget & add links - this is where we decide which actions are
// 'allowed' for this widget at this time // 'allowed' for this widget at this time
var action_links = this._link_actions(actions); var action_links = this._get_action_links(actions);
// Deal with each row // Deal with each row
for(var i = 0; i < this.rowData.length; i++) for(var i = 0; i < this.rowData.length; i++)