[third] We no longer need the tabSkips option

(imported from commit 18a292f05a6a0d473b02b1817de116e1c3d66202)
This commit is contained in:
Jeff Arnold
2012-11-13 16:02:11 -05:00
parent db34090f1f
commit d78d7619a8
2 changed files with 1 additions and 4 deletions

View File

@@ -1849,8 +1849,6 @@
break break
case 9: // tab case 9: // tab
if (this.options.tabSkips) break
case 13: // enter case 13: // enter
if (!this.shown) return if (!this.shown) return
this.select() this.select()
@@ -1910,7 +1908,6 @@
, menu: '<ul class="typeahead dropdown-menu"></ul>' , menu: '<ul class="typeahead dropdown-menu"></ul>'
, item: '<li><a href="#"></a></li>' , item: '<li><a href="#"></a></li>'
, minLength: 1 , minLength: 1
, tabSkips: false
, stopAdvance: false , stopAdvance: false
} }

File diff suppressed because one or more lines are too long