module.exports = elementorModules.ViewModule.extend( { getUniqueHandlerID: function( cid, $element ) { if ( ! cid ) { cid = this.getModelCID(); } if ( ! $element ) { $element = this.$element; } return cid + $element.attr( 'data-element_type' ) + this.getConstructorID(); }, });