Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
68605bdd
Commit
68605bdd
authored
Sep 22, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add semicolon to end of file while i think about better solution...
parent
46958b2b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
js/bootstrap-alerts.js
js/bootstrap-alerts.js
+1
-1
js/bootstrap-dropdown.js
js/bootstrap-dropdown.js
+1
-1
js/bootstrap-modal.js
js/bootstrap-modal.js
+1
-1
js/bootstrap-popover.js
js/bootstrap-popover.js
+1
-1
js/bootstrap-scrollspy.js
js/bootstrap-scrollspy.js
+1
-1
js/bootstrap-tabs.js
js/bootstrap-tabs.js
+1
-1
js/bootstrap-twipsy.js
js/bootstrap-twipsy.js
+1
-1
No files found.
js/bootstrap-alerts.js
View file @
68605bdd
...
@@ -101,4 +101,4 @@
...
@@ -101,4 +101,4 @@
new
Alert
(
$
(
'
body
'
),
'
.alert-message[data-alert] .close
'
)
new
Alert
(
$
(
'
body
'
),
'
.alert-message[data-alert] .close
'
)
})
})
}(
window
.
jQuery
||
window
.
ender
)
}(
window
.
jQuery
||
window
.
ender
);
\ No newline at end of file
\ No newline at end of file
js/bootstrap-dropdown.js
View file @
68605bdd
...
@@ -47,4 +47,4 @@
...
@@ -47,4 +47,4 @@
})
})
}
}
}(
window
.
jQuery
||
window
.
ender
)
}(
window
.
jQuery
||
window
.
ender
);
\ No newline at end of file
\ No newline at end of file
js/bootstrap-modal.js
View file @
68605bdd
...
@@ -235,4 +235,4 @@
...
@@ -235,4 +235,4 @@
})
})
})
})
}(
window
.
jQuery
||
window
.
ender
)
}(
window
.
jQuery
||
window
.
ender
);
\ No newline at end of file
\ No newline at end of file
js/bootstrap-popover.js
View file @
68605bdd
...
@@ -74,4 +74,4 @@
...
@@ -74,4 +74,4 @@
$
.
fn
.
popover
.
defaults
=
$
.
extend
({}
,
$
.
fn
.
twipsy
.
defaults
,
{
content
:
'
data-content
'
,
placement
:
'
right
'
})
$
.
fn
.
popover
.
defaults
=
$
.
extend
({}
,
$
.
fn
.
twipsy
.
defaults
,
{
content
:
'
data-content
'
,
placement
:
'
right
'
})
}(
window
.
jQuery
||
window
.
ender
)
}(
window
.
jQuery
||
window
.
ender
);
\ No newline at end of file
\ No newline at end of file
js/bootstrap-scrollspy.js
View file @
68605bdd
...
@@ -102,4 +102,4 @@
...
@@ -102,4 +102,4 @@
$
(
'
body
'
).
scrollSpy
(
'
[data-scrollspy] li > a
'
)
$
(
'
body
'
).
scrollSpy
(
'
[data-scrollspy] li > a
'
)
})
})
}(
window
.
jQuery
||
window
.
ender
)
}(
window
.
jQuery
||
window
.
ender
);
\ No newline at end of file
\ No newline at end of file
js/bootstrap-tabs.js
View file @
68605bdd
...
@@ -59,4 +59,4 @@
...
@@ -59,4 +59,4 @@
$
(
'
body
'
).
tabs
(
'
ul[data-tabs] li > a, ul[data-pills] > li > a
'
)
$
(
'
body
'
).
tabs
(
'
ul[data-tabs] li > a, ul[data-pills] > li > a
'
)
})
})
}(
window
.
jQuery
||
window
.
ender
)
}(
window
.
jQuery
||
window
.
ender
);
\ No newline at end of file
\ No newline at end of file
js/bootstrap-twipsy.js
View file @
68605bdd
...
@@ -304,4 +304,4 @@
...
@@ -304,4 +304,4 @@
return
$
.
metadata
?
$
.
extend
({},
options
,
$
(
ele
).
metadata
())
:
options
return
$
.
metadata
?
$
.
extend
({},
options
,
$
(
ele
).
metadata
())
:
options
}
}
}(
window
.
jQuery
||
window
.
ender
)
}(
window
.
jQuery
||
window
.
ender
);
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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