add typeahead

This commit is contained in:
guybedford
2015-06-29 19:43:04 +01:00
parent 10b982b70f
commit 5dcd17d35e
@@ -0,0 +1,10 @@
{
"shim": {
"dist/typeahead.bundle": {
"deps": ["jquery"]
}
},
"dependencies": {
"jquery": "*"
}
}