Sort.prototype.sort = function () { if (_currentSort === this) { _removeListeners(); DocumentManager.sortWorkingSet(this._compareFn); _addListeners(); } };
Sort.prototype.sort = function () { if (_currentSort === this) { DocumentManager.sortWorkingSet(this._compareFn); } };