From 12c8e28d52dc5f0a9792a591d624c4a04efc9068 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 7 May 2018 17:43:36 +0300 Subject: [PATCH] [DE][PE] Fix Bug 37651 --- apps/documenteditor/main/app/view/DocumentHolder.js | 1 - apps/presentationeditor/main/app/view/DocumentHolder.js | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/documenteditor/main/app/view/DocumentHolder.js b/apps/documenteditor/main/app/view/DocumentHolder.js index 1f5daa93f..6664619ad 100644 --- a/apps/documenteditor/main/app/view/DocumentHolder.js +++ b/apps/documenteditor/main/app/view/DocumentHolder.js @@ -2280,7 +2280,6 @@ define([ new Common.UI.MenuItem({ caption : this.textFromUrl }).on('click', function(item) { - var me = this; (new Common.Views.ImageFromUrlDialog({ handler: function(result, value) { if (result == 'ok') { diff --git a/apps/presentationeditor/main/app/view/DocumentHolder.js b/apps/presentationeditor/main/app/view/DocumentHolder.js index cc234fcf6..0ff9ee452 100644 --- a/apps/presentationeditor/main/app/view/DocumentHolder.js +++ b/apps/presentationeditor/main/app/view/DocumentHolder.js @@ -2739,7 +2739,6 @@ define([ new Common.UI.MenuItem({ caption : this.textFromUrl }).on('click', function(item) { - var me = this; (new Common.Views.ImageFromUrlDialog({ handler: function(result, value) { if (result == 'ok') {