Refactoring
This commit is contained in:
parent
1d6612ea78
commit
3378fa50a1
|
@ -165,7 +165,7 @@ define([
|
|||
}
|
||||
|
||||
var me = this;
|
||||
var store = this.getApplication().getCollection('Navigation');//.reset(arr);
|
||||
var store = this.getApplication().getCollection('Navigation');
|
||||
store.reset(arr.splice(0, 50));
|
||||
|
||||
this._currentPos = this._navigationObject.get_CurrentPosition();
|
||||
|
|
Loading…
Reference in a new issue