Closed aschuch closed 12 years ago
"boardingPass" is the first element in the STYLES array, therefore
!STYLES.indexOf(style)
would always return true for element at position 0 and an error is thrown.
Thanks, fixed and release 1.0.2
"boardingPass" is the first element in the STYLES array, therefore
would always return true for element at position 0 and an error is thrown.