1.6 更新以后 , 定义的全局类,说属性没有定义,是怎么回事i

window.global.CellModel = CellModel();

function CellModel(){
this.type = 1;
}