File tree Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap-combobox" ,
3
- "version" : " 1.1.7 " ,
3
+ "version" : " 1.1.8 " ,
4
4
"homepage" : " https://github.com/danielfarrell/bootstrap-combobox" ,
5
5
"authors" : [
6
6
" Daniel Farrell <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
/* =============================================================
2
- * bootstrap-combobox.js v1.1.7
2
+ * bootstrap-combobox.js v1.1.8
3
3
* =============================================================
4
4
* Copyright 2012 Daniel Farrell
5
5
*
16
16
* limitations under the License.
17
17
* ============================================================ */
18
18
19
- ! function ( $ ) {
19
+ ( function ( $ ) {
20
20
21
21
"use strict" ;
22
22
452
452
} ;
453
453
454
454
$ . fn . combobox . defaults = {
455
- bsVersion : '3 '
455
+ bsVersion : '4 '
456
456
, menu : '<ul class="typeahead typeahead-long dropdown-menu"></ul>'
457
457
, item : '<li><a href="#" class="dropdown-item"></a></li>'
458
458
} ;
459
459
460
460
$ . fn . combobox . Constructor = Combobox ;
461
461
462
- } ( window . jQuery ) ;
462
+ } ( window . jQuery ) ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " bootstrap-combobox" ,
3
+ "version" : " 1.1.8" ,
4
+ "description" : " A combobox plugin that works with twitter bootstrap" ,
5
+ "main" : " js/bootstrap-combobox.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/danielfarrell/bootstrap-combobox.git"
12
+ },
13
+ "keywords" : [
14
+ " bootstrap" ,
15
+ " combobox" ,
16
+ " dropdown"
17
+ ],
18
+ "author" : " Daniel Farrell" ,
19
+ "license" : " Apache-2.0" ,
20
+ "bugs" : {
21
+ "url" : " https://github.com/danielfarrell/bootstrap-combobox/issues"
22
+ },
23
+ "homepage" : " https://github.com/danielfarrell/bootstrap-combobox#readme"
24
+ }
You can’t perform that action at this time.
0 commit comments