/** * This is edge model * */ function EdgeModel() { this.width = 4; }