} else if (key.match(/[Ccollection]/)) {
        value.initialize = function() {
          if(orig) { orig.apply(this, arguments); }
          that.Collection.prototype.initialize.apply(this);
        };