From d2b20154de1bdd9b4e864acff60e55326561ec9a Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 19 Dec 2018 11:41:52 +0200 Subject: [PATCH] duplicate function in view --- client/src/view.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/src/view.js b/client/src/view.js index eb03b4412b..dac5d54d75 100644 --- a/client/src/view.js +++ b/client/src/view.js @@ -126,12 +126,6 @@ Espo.define('view', [], function () { } }, - getStorage: function () { - if (this._helper) { - return this._helper.storage; - } - }, - getDateTime: function () { if (this._helper) { return this._helper.dateTime;