Refactoring

This commit is contained in:
Julia Radzhabova 2022-06-24 01:53:28 +03:00
parent 1d6612ea78
commit 3378fa50a1

View file

@ -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();