Skip to content

Commit e17daec

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 53cd259 commit e17daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kendo.multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ var __meta__ = { // jshint ignore:line
890890
that.tagList.children().each(function(index, tag) {
891891
that._removeTag($(tag), false);
892892
});
893-
that.trigger(CHANGE);
893+
that._change();
894894
}
895895

896896
that.close();

0 commit comments

Comments
 (0)