aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-03-09 11:10:15 +0200
committerXhmikosR <[email protected]>2014-03-09 11:10:52 +0200
commit9d027d2beedc5d287de2ec0ae740cf4be05b46ac (patch)
treeedceb9c1bd6c2dd5e4de194e554f44ead159488a /dist
parent5e6d16ef4dc531e284bf629a9336f608847bd608 (diff)
downloadbootstrap-9d027d2beedc5d287de2ec0ae740cf4be05b46ac.tar.xz
bootstrap-9d027d2beedc5d287de2ec0ae740cf4be05b46ac.zip
Remove unneeded quotes.
Diffstat (limited to 'dist')
-rw-r--r--dist/js/bootstrap.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index 10ce289be..e389c1960 100644
--- a/dist/js/bootstrap.js
+++ b/dist/js/bootstrap.js
@@ -25,10 +25,10 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
var el = document.createElement('bootstrap')
var transEndEventNames = {
- 'WebkitTransition' : 'webkitTransitionEnd',
- 'MozTransition' : 'transitionend',
- 'OTransition' : 'oTransitionEnd otransitionend',
- 'transition' : 'transitionend'
+ WebkitTransition : 'webkitTransitionEnd',
+ MozTransition : 'transitionend',
+ OTransition : 'oTransitionEnd otransitionend',
+ transition : 'transitionend'
}
for (var name in transEndEventNames) {