From 0c103a6f2c967e753a3afc7e4ce2d2886e751b75 Mon Sep 17 00:00:00 2001 From: Mark D'Arensbourg Date: Mon, 16 May 2016 14:51:01 -0500 Subject: [PATCH] "temporrary" "fix" to work with webpack while assets live in the wrong repo --- bower.json | 2 +- knockout.typeahead.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index d8e976b..3ec43d2 100644 --- a/bower.json +++ b/bower.json @@ -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": [ diff --git a/knockout.typeahead.js b/knockout.typeahead.js index 5fa66e5..8e8553c 100644 --- a/knockout.typeahead.js +++ b/knockout.typeahead.js @@ -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.