1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +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/modal.js vendored
View File

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