error in opt validation check
thompsk opened this issue · comments
Richard T commented
line 148 the key is being checked against the floatThead.defaults rather than the val giving spurious debug comments
Misha Koryak commented
Thanks, will fix
Misha Koryak commented
Ah, this is because $.map's callback is function(key, val)
while _.map uses function(val, key)
- noted.
Misha Koryak commented
fixed in 1.2.5
lock commented
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.