1
0
mirror of synced 2024-11-22 21:16:10 +03:00

fix incorrect reference. fixes #1530

This commit is contained in:
Igor Vaynberg 2013-07-15 23:10:19 -07:00
parent eaf2704a18
commit 99dbc66d95

View File

@ -2978,7 +2978,7 @@ the specific language governing permissions and limitations under the Apache Lic
self.updateSelection(data);
self.clearSearch();
if (triggerChange) {
self.triggerChange(this.buildChangeDetails(oldData, this.data()));
self.triggerChange(self.buildChangeDetails(oldData, this.data()));
}
});
}