(shieldIndex)
| 410 | } |
| 411 | |
| 412 | function specialshield(shieldIndex) { |
| 413 | add(panel.sign.shields[shieldIndex].type); |
| 414 | add(panel.sign.shields[shieldIndex].routeNumber); |
| 415 | add(panel.sign.shields[shieldIndex].to); |
| 416 | add(panel.sign.shields[shieldIndex].specialBannerType); |
| 417 | add(panel.sign.shields[shieldIndex].bannerType); |
| 418 | add(panel.sign.shields[shieldIndex].bannerType2); |
| 419 | add2(panel.sign.shields[shieldIndex].bannerPosition); |
| 420 | } |
| 421 | |
| 422 | add(panel.color); |
| 423 | add2(panel.corner); |
no test coverage detected