From 3378fa50a1b059b0a60b5244a950d36067f5f5d1 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 24 Jun 2022 01:53:28 +0300 Subject: [PATCH] Refactoring --- apps/documenteditor/main/app/controller/Navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/Navigation.js b/apps/documenteditor/main/app/controller/Navigation.js index 8437e974f..fb97d8707 100644 --- a/apps/documenteditor/main/app/controller/Navigation.js +++ b/apps/documenteditor/main/app/controller/Navigation.js @@ -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();