Skip to content

Commit

Permalink
"temporrary" "fix" to work with webpack while assets live in the wron…
Browse files Browse the repository at this point in the history
…g repo
  • Loading branch information
mdarens committed May 16, 2016
1 parent 237b307 commit 0c103a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-typeahead",
"version": "2.2.2",
"version": "2.2.3",
"description": "Simple knockout binding that wraps Twitter typeahead.js",
"main": "knockout.typeahead.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion knockout.typeahead.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
define(["knockout", "jquery", "typeahead",
"less!app/less/typeahead"], function (ko, $) {
"app/less/typeahead"], function (ko, $) {
ko.bindingHandlers.typeahead = {
update: function (element, valueAccessor, allBindings) {
// http://stackoverflow.com/a/19366003/1247130 get value to update properly when typeahead choice is selected.
Expand Down

0 comments on commit 0c103a6

Please sign in to comment.