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
89d489df
Commit
89d489df
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
re-grunt
parent
f1b0cd49
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/js/bootstrap.js
+12
-12
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
docs-assets/js/raw-files.js
+2
-2
docs-assets/js/raw-files.js
with
15 additions
and
15 deletions
+15
-15
dist/js/bootstrap.js
+
12
-
12
View file @
89d489df
...
@@ -63,7 +63,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -63,7 +63,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
$
.
support
.
transition
=
transitionEnd
()
$
.
support
.
transition
=
transitionEnd
()
})
})
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: alert.js v3.0.1
* Bootstrap: alert.js v3.0.1
...
@@ -162,7 +162,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -162,7 +162,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
$
(
document
).
on
(
'
click.bs.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
$
(
document
).
on
(
'
click.bs.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: button.js v3.0.1
* Bootstrap: button.js v3.0.1
...
@@ -272,7 +272,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -272,7 +272,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
e
.
preventDefault
()
e
.
preventDefault
()
})
})
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: carousel.js v3.0.1
* Bootstrap: carousel.js v3.0.1
...
@@ -490,7 +490,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -490,7 +490,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
})
})
})
})
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: collapse.js v3.0.1
* Bootstrap: collapse.js v3.0.1
...
@@ -670,7 +670,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -670,7 +670,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
$target
.
collapse
(
option
)
$target
.
collapse
(
option
)
})
})
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: dropdown.js v3.0.1
* Bootstrap: dropdown.js v3.0.1
...
@@ -825,7 +825,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -825,7 +825,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
.
on
(
'
click.bs.dropdown.data-api
'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
.
on
(
'
click.bs.dropdown.data-api
'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
.
on
(
'
keydown.bs.dropdown.data-api
'
,
toggle
+
'
, [role=menu]
'
,
Dropdown
.
prototype
.
keydown
)
.
on
(
'
keydown.bs.dropdown.data-api
'
,
toggle
+
'
, [role=menu]
'
,
Dropdown
.
prototype
.
keydown
)
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: modal.js v3.0.1
* Bootstrap: modal.js v3.0.1
...
@@ -1072,7 +1072,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -1072,7 +1072,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
.
on
(
'
show.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
addClass
(
'
modal-open
'
)
})
.
on
(
'
show.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
addClass
(
'
modal-open
'
)
})
.
on
(
'
hidden.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
removeClass
(
'
modal-open
'
)
})
.
on
(
'
hidden.bs.modal
'
,
'
.modal
'
,
function
()
{
$
(
document
.
body
).
removeClass
(
'
modal-open
'
)
})
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: tooltip.js v3.0.1
* Bootstrap: tooltip.js v3.0.1
...
@@ -1459,7 +1459,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -1459,7 +1459,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
return
this
return
this
}
}
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: popover.js v3.0.1
* Bootstrap: popover.js v3.0.1
...
@@ -1577,7 +1577,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -1577,7 +1577,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
return
this
return
this
}
}
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: scrollspy.js v3.0.1
* Bootstrap: scrollspy.js v3.0.1
...
@@ -1736,7 +1736,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -1736,7 +1736,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
})
})
})
})
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: tab.js v3.0.1
* Bootstrap: tab.js v3.0.1
...
@@ -1872,7 +1872,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -1872,7 +1872,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
$
(
this
).
tab
(
'
show
'
)
$
(
this
).
tab
(
'
show
'
)
})
})
}(
window
.
jQuery
);
}(
jQuery
);
/* ========================================================================
/* ========================================================================
* Bootstrap: affix.js v3.0.1
* Bootstrap: affix.js v3.0.1
...
@@ -1999,4 +1999,4 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -1999,4 +1999,4 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
})
})
})
})
}(
window
.
jQuery
);
}(
jQuery
);
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
89d489df
This diff is collapsed.
Click to expand it.
docs-assets/js/raw-files.js
+
2
-
2
View file @
89d489df
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