pbauerochse / searchable-option-list

a jquery plugin for a searchable optionlist
MIT License
79 stars 54 forks source link

Fixed IE error when using domElement.currentStyle as a function instead of object #17

Closed implico closed 8 years ago

implico commented 8 years ago

domElement.currentStyle is an object, so calling it as a function caused "function expected" exception on IE

pbauerochse commented 8 years ago

many thanks for supplying a fix