Skip to content

Commit 0d60241

Browse files
committed
Grid: Use _on instead of _bind
1 parent fdfa535 commit 0d60241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid-spf/grid-filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $.widget("spf.gridFilter", {
33
var grid = this.grid = this.element.data("grid");
44
var options = grid.options;
55
var source = grid.options.source;
6-
this._bind( source, {
6+
this._on( source, {
77
dataviewresponse: "_updateFilterValues"
88
});
99

0 commit comments

Comments
 (0)