1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

bump to v3.2.0

This commit is contained in:
Mark Otto
2014-06-26 09:13:24 -07:00
parent 1de2f68bdc
commit ff6b279b3c
30 changed files with 75 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: collapse.js v3.1.1
* Bootstrap: collapse.js v3.2.0
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2011-2014 Twitter, Inc.
@@ -22,7 +22,7 @@
if (this.options.toggle) this.toggle()
}
Collapse.VERSION = '3.1.1'
Collapse.VERSION = '3.2.0'
Collapse.DEFAULTS = {
toggle: true