Skip to content

Commit 99dbc66

Browse files
committed
fix incorrect reference. fixes select2#1530
1 parent eaf2704 commit 99dbc66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ the specific language governing permissions and limitations under the Apache Lic
29782978
self.updateSelection(data);
29792979
self.clearSearch();
29802980
if (triggerChange) {
2981-
self.triggerChange(this.buildChangeDetails(oldData, this.data()));
2981+
self.triggerChange(self.buildChangeDetails(oldData, this.data()));
29822982
}
29832983
});
29842984
}

0 commit comments

Comments
 (0)