Version v9.1p_2014-03-04 (2014-03-04) LGPL
line 36726 reads
when it should read
line 36726 reads
Code:
var items = this.editRowForm.getItems();
Code:
var items = this._editRowForm.getItems();
Comment