mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add version number to js comments
This commit is contained in:
parent
7396cb8c51
commit
ad87e11f03
7 changed files with 7 additions and 7 deletions
2
js/bootstrap-alerts.js
vendored
2
js/bootstrap-alerts.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/* ==========================================================
|
/* ==========================================================
|
||||||
* bootstrap-alerts.js
|
* bootstrap-alerts.js v1.3.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#alerts
|
* http://twitter.github.com/bootstrap/javascript.html#alerts
|
||||||
* ==========================================================
|
* ==========================================================
|
||||||
* Copyright 2011 Twitter, Inc.
|
* Copyright 2011 Twitter, Inc.
|
||||||
|
|
2
js/bootstrap-dropdown.js
vendored
2
js/bootstrap-dropdown.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
* bootstrap-dropdown.js
|
* bootstrap-dropdown.js v1.3.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#dropdown
|
* http://twitter.github.com/bootstrap/javascript.html#dropdown
|
||||||
* ============================================================
|
* ============================================================
|
||||||
* Copyright 2011 Twitter, Inc.
|
* Copyright 2011 Twitter, Inc.
|
||||||
|
|
2
js/bootstrap-modal.js
vendored
2
js/bootstrap-modal.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/* =========================================================
|
/* =========================================================
|
||||||
* bootstrap-modal.js
|
* bootstrap-modal.js v1.3.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#modal
|
* http://twitter.github.com/bootstrap/javascript.html#modal
|
||||||
* =========================================================
|
* =========================================================
|
||||||
* Copyright 2011 Twitter, Inc.
|
* Copyright 2011 Twitter, Inc.
|
||||||
|
|
2
js/bootstrap-popover.js
vendored
2
js/bootstrap-popover.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/* ===========================================================
|
/* ===========================================================
|
||||||
* bootstrap-popover.js
|
* bootstrap-popover.js v1.3.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#popover
|
* http://twitter.github.com/bootstrap/javascript.html#popover
|
||||||
* ===========================================================
|
* ===========================================================
|
||||||
* Copyright 2011 Twitter, Inc.
|
* Copyright 2011 Twitter, Inc.
|
||||||
|
|
2
js/bootstrap-scrollspy.js
vendored
2
js/bootstrap-scrollspy.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/* =============================================================
|
/* =============================================================
|
||||||
* bootstrap-scrollspy.js
|
* bootstrap-scrollspy.js v1.3.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
|
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
|
||||||
* =============================================================
|
* =============================================================
|
||||||
* Copyright 2011 Twitter, Inc.
|
* Copyright 2011 Twitter, Inc.
|
||||||
|
|
2
js/bootstrap-tabs.js
vendored
2
js/bootstrap-tabs.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/* ========================================================
|
/* ========================================================
|
||||||
* bootstrap-tabs.js
|
* bootstrap-tabs.js v1.3.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#tabs
|
* http://twitter.github.com/bootstrap/javascript.html#tabs
|
||||||
* ========================================================
|
* ========================================================
|
||||||
* Copyright 2011 Twitter, Inc.
|
* Copyright 2011 Twitter, Inc.
|
||||||
|
|
2
js/bootstrap-twipsy.js
vendored
2
js/bootstrap-twipsy.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/* ==========================================================
|
/* ==========================================================
|
||||||
* bootstrap-twipsy.js
|
* bootstrap-twipsy.js v1.3.0
|
||||||
* http://twitter.github.com/bootstrap/javascript.html#twipsy
|
* http://twitter.github.com/bootstrap/javascript.html#twipsy
|
||||||
* Adapted from the original jQuery.tipsy by Jason Frame
|
* Adapted from the original jQuery.tipsy by Jason Frame
|
||||||
* ==========================================================
|
* ==========================================================
|
||||||
|
|
Loading…
Reference in a new issue