diff --git a/apps/documenteditor/mobile/app/controller/edit/EditTable.js b/apps/documenteditor/mobile/app/controller/edit/EditTable.js index 82a104c40..1950fa701 100644 --- a/apps/documenteditor/mobile/app/controller/edit/EditTable.js +++ b/apps/documenteditor/mobile/app/controller/edit/EditTable.js @@ -46,7 +46,7 @@ define([ ], function (core) { 'use strict'; - DE.Controllers.EditTable = Backbone.Controller.extend((function() { + DE.Controllers.EditTable = Backbone.Controller.extend(_.extend((function() { // Private var _stack = [], _metricText = Common.Utils.Metric.getCurrentMetricName(), @@ -646,5 +646,5 @@ define([ } } } - })()); + })(), DE.Controllers.EditTable || {})) }); \ No newline at end of file diff --git a/apps/documenteditor/mobile/app/template/EditTable.template b/apps/documenteditor/mobile/app/template/EditTable.template index bb34b2ff2..457bd64d9 100644 --- a/apps/documenteditor/mobile/app/template/EditTable.template +++ b/apps/documenteditor/mobile/app/template/EditTable.template @@ -26,12 +26,12 @@