Binding.prototype.destroy = function( component, container ) {
        if (this.destructor) this.destructor( component, container );
    };