|
|
@ -634,7 +634,8 @@ History.prototype.getCharts = function() |
|
|
|
|
|
|
|
|
|
|
|
History.prototype.requiresUpdate = function() |
|
|
|
History.prototype.requiresUpdate = function() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return ( this._items.length < MAX_HISTORY && !_.isEmpty(this._items) ); |
|
|
|
// return ( this._items.length < MAX_HISTORY && !_.isEmpty(this._items) );
|
|
|
|
|
|
|
|
return ( this._items.length < MAX_HISTORY ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
History.prototype.getHistoryRequestRange = function() |
|
|
|
History.prototype.getHistoryRequestRange = function() |
|
|
|