Replace typeahead with awesomplete.
Much smaller library. No dependence on jQuery. Updates #779
Showing
... | ... | @@ -33,6 +33,7 @@ |
}, | ||
"devDependencies": { | ||
"almond": "~0.3.1", | ||
"awesomplete": "^1.1.1", | ||
"backbone": "1.3.3", | ||
"backbone.browserStorage": "0.0.3", | ||
"backbone.overview": "0.0.3", | ||
... | ... | @@ -47,9 +48,9 @@ |
"grunt-json": "^0.2.0", | ||
"http-server": "^0.9.0", | ||
"install": "^0.8.4", | ||
"jasmine": "https://github.com/jcbrand/jasmine.git#439a7f805eeaec0cabe18a8ecf7e47da1a0afa33", | ||
"jed": "0.5.4", | ||
"jquery": "2.2.3", | ||
"sinon": "^1.17.3", | ||
"jquery-easing": "0.0.1", | ||
"jquery.browser": ">=0.1.0", | ||
"jshint": "^2.9.4", | ||
... | ... | @@ -58,12 +59,12 @@ |
"moment": "~2.13.0", | ||
"npm": "^4.1.1", | ||
"otr": "0.2.16", | ||
"jasmine": "https://github.com/jcbrand/jasmine.git#439a7f805eeaec0cabe18a8ecf7e47da1a0afa33", | ||
"phantom-jasmine": "0.1.8", | ||
"phantomjs": "~1.9.7-1", | ||
"pluggable.js": "https://github.com/jcbrand/pluggable.js.git#e5fc6a78dd568a120674ff7325da038d5ba9b334", | ||
"po2json": "^0.4.4", | ||
"requirejs": "2.3.2", | ||
"sinon": "^1.17.3", | ||
"snyk": "^1.21.2", | ||
"strophe.js": "1.2.12", | ||
"strophejs-plugins": "0.0.7", | ||
... | ... |
sass/_awesomplete.scss
0 → 100644
Please register or sign in to comment