1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 07:37:27 +02:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2015-12-24 12:50:15 +02:00
parent 53bc3ffbf3
commit 612ff4f5d1
54 changed files with 644 additions and 534 deletions

2
js/dist/dropdown.js vendored
View File

@@ -20,7 +20,7 @@ var Dropdown = (function ($) {
*/
var NAME = 'dropdown';
var VERSION = '4.0.0-alpha';
var VERSION = '4.0.0-alpha.2';
var DATA_KEY = 'bs.dropdown';
var EVENT_KEY = '.' + DATA_KEY;
var DATA_API_KEY = '.data-api';