1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 14:46:34 +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

View File

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