function ColModel(data) { data=data||{} for (prop in data) if (data.hasOwnProperty(prop)) this[prop]=data[prop]; }