Binding.prototype.initialize = function( component, container ) {
        if (this.initializer) this.initializer( component, container );
    };