Refactoring

This commit is contained in:
Julia Radzhabova 2020-07-03 18:39:02 +03:00
parent 104cdd2a22
commit c0e42f3d34

View file

@ -53,9 +53,6 @@ define([
}, },
initialize : function (options) { initialize : function (options) {
var t = this,
_options = {};
_.extend(this.options, { _.extend(this.options, {
title: this.txtTitle title: this.txtTitle
}, options || {}); }, options || {});