mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Pass individual parameters
This commit is contained in:
@ -48,7 +48,7 @@ var et2_box = /** @class */ (function (_super) {
|
||||
* @memberOf et2_box
|
||||
*/
|
||||
function et2_box(_parent, _attrs, _child) {
|
||||
var _this = _super.call(this, arguments) || this;
|
||||
var _this = _super.call(this, _parent, _attrs, _child) || this;
|
||||
_this.createNamespace = true;
|
||||
_this.div = jQuery(document.createElement("div"))
|
||||
.addClass("et2_" + _this.getType())
|
||||
|
Reference in New Issue
Block a user