Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
52c62407
Commit
52c62407
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
sometimes i get emotional about semicolons
parent
24c4ca03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/assets/js/bootstrap-modals.js
+3
-3
examples/assets/js/bootstrap-modals.js
with
3 additions
and
3 deletions
+3
-3
examples/assets/js/bootstrap-modals.js
+
3
-
3
View file @
52c62407
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
$
.
support
.
transition
=
(
function
(){
$
.
support
.
transition
=
(
function
(){
var
thisBody
=
document
.
body
||
document
.
documentElement
var
thisBody
=
document
.
body
||
document
.
documentElement
,
thisStyle
=
thisBody
.
style
,
thisStyle
=
thisBody
.
style
,
support
=
thisStyle
.
transition
!==
undefined
||
thisStyle
.
WebkitTransition
!==
undefined
||
thisStyle
.
MozTransition
!==
undefined
||
thisStyle
.
MsTransition
!==
undefined
||
thisStyle
.
OTransition
!==
undefined
;
,
support
=
thisStyle
.
transition
!==
undefined
||
thisStyle
.
WebkitTransition
!==
undefined
||
thisStyle
.
MozTransition
!==
undefined
||
thisStyle
.
MsTransition
!==
undefined
||
thisStyle
.
OTransition
!==
undefined
return
support
;
return
support
})()
;
})()
/* SHARED VARS
/* SHARED VARS
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets