sourcebitsllc / chocolatechip-ui

Mobile Web App Framework
www.chocolatechip-ui.com
MIT License
617 stars 88 forks source link

Update selectList.js #55

Closed damianharvey closed 10 years ago

damianharvey commented 10 years ago

Fix to address issue 54: https://github.com/sourcebitsllc/chocolatechip-ui/issues/54

Incorrect use of attr("checked", "checked"). Replaced with prop("checked", true)