Exemple #1
0
 Sort.prototype.sort = function () {
     if (_currentSort === this) {
         _removeListeners();
         DocumentManager.sortWorkingSet(this._compareFn);
         _addListeners();
     }
 };
Exemple #2
0
 Sort.prototype.sort = function () {
     if (_currentSort === this) {
         DocumentManager.sortWorkingSet(this._compareFn);
     }
 };