Skip to content

Commit

Permalink
chore(*): no idea why this was proxied before...
Browse files Browse the repository at this point in the history
  • Loading branch information
kdinev committed Oct 3, 2022
1 parent d4c24fa commit 8a71e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/modules/infragistics.ui.shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
}
}
this._marksHit.sort(this._sortBookmarksJSON.bind(this));
this._marksHit = $.extend(true, [], this._marksHit.bind(this));
this._marksHit = $.extend(true, [], this._marksHit);
},

_sortBookmarksJSON: function (a, b) {
Expand Down

0 comments on commit 8a71e07

Please sign in to comment.