Browse Source

fixes item touch event on dropdown

Former-commit-id: 25698b966d
Former-commit-id: 704bc21c45
pull/258/head
Jack Lukic 11 years ago
parent
commit
28243457ae
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/dropdown.js

2
src/modules/dropdown.js

@ -80,7 +80,7 @@ $.fn.dropdown = function(parameters) {
}
$item
.on('click' + eventNamespace, module.event.item.click)
.on(module.get.selectEvent() + eventNamespace, module.event.item.click)
;
$module
.data(moduleNamespace, module)

Loading…
Cancel
Save