Skip to content

Commit bb89b11

Browse files
committed
Merge pull request #121 from unindented/patch-1
Use provided selector for hint
2 parents e2abd16 + 0bae88b commit bb89b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.typeahead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@
15661566
// IE8 Fix
15671567
scope.node.focus();
15681568
}
1569-
}).addClass(_options.selector.hint)
1569+
}).addClass(scope.options.selector.hint)
15701570
.css(this.hint.css)
15711571
.insertAfter(this.node)
15721572

0 commit comments

Comments
 (0)