duplicate function in view

This commit is contained in:
yuri
2018-12-19 11:41:52 +02:00
parent b176d866d0
commit d2b20154de
-6
View File
@@ -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;