Skip to content
GitLab
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
8a891f2a
Commit
8a891f2a
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
act on all twipsy instances
parent
bc65b585
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/bootstrap-twipsy.js
+4
-3
js/bootstrap-twipsy.js
with
4 additions
and
3 deletions
+4
-3
js/bootstrap-twipsy.js
+
4
-
3
View file @
8a891f2a
...
@@ -190,9 +190,10 @@
...
@@ -190,9 +190,10 @@
,
eventOut
,
eventOut
if
(
typeof
options
==
'
string
'
)
{
if
(
typeof
options
==
'
string
'
)
{
twipsy
=
this
.
data
(
name
)
return
this
.
each
(
function
(){
if
(
twipsy
)
twipsy
[
options
]()
twipsy
=
$
.
data
(
this
,
name
)
return
this
if
(
twipsy
)
twipsy
[
options
]()
})
}
}
options
=
$
.
extend
({},
$
.
fn
[
name
].
defaults
,
options
)
options
=
$
.
extend
({},
$
.
fn
[
name
].
defaults
,
options
)
...
...
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