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
1b132ddc
Commit
1b132ddc
authored
Apr 23, 2013
by
Stephen Edgar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'js' folder .editorconfig code guide updates
parent
7ebfc170
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
27 additions
and
27 deletions
+27
-27
js/.jshintrc
js/.jshintrc
+1
-1
js/bootstrap-affix.js
js/bootstrap-affix.js
+1
-1
js/bootstrap-alert.js
js/bootstrap-alert.js
+1
-1
js/bootstrap-button.js
js/bootstrap-button.js
+1
-1
js/bootstrap-carousel.js
js/bootstrap-carousel.js
+1
-1
js/bootstrap-collapse.js
js/bootstrap-collapse.js
+1
-1
js/bootstrap-scrollspy.js
js/bootstrap-scrollspy.js
+1
-1
js/bootstrap-tab.js
js/bootstrap-tab.js
+1
-1
js/bootstrap-transition.js
js/bootstrap-transition.js
+1
-1
js/tests/index.html
js/tests/index.html
+1
-1
js/tests/phantom.js
js/tests/phantom.js
+1
-1
js/tests/server.js
js/tests/server.js
+1
-1
js/tests/unit/bootstrap-affix.js
js/tests/unit/bootstrap-affix.js
+1
-1
js/tests/unit/bootstrap-alert.js
js/tests/unit/bootstrap-alert.js
+1
-1
js/tests/unit/bootstrap-button.js
js/tests/unit/bootstrap-button.js
+1
-1
js/tests/unit/bootstrap-carousel.js
js/tests/unit/bootstrap-carousel.js
+1
-1
js/tests/unit/bootstrap-collapse.js
js/tests/unit/bootstrap-collapse.js
+1
-1
js/tests/unit/bootstrap-dropdown.js
js/tests/unit/bootstrap-dropdown.js
+1
-1
js/tests/unit/bootstrap-modal.js
js/tests/unit/bootstrap-modal.js
+1
-1
js/tests/unit/bootstrap-phantom.js
js/tests/unit/bootstrap-phantom.js
+1
-1
js/tests/unit/bootstrap-popover.js
js/tests/unit/bootstrap-popover.js
+1
-1
js/tests/unit/bootstrap-scrollspy.js
js/tests/unit/bootstrap-scrollspy.js
+1
-1
js/tests/unit/bootstrap-tab.js
js/tests/unit/bootstrap-tab.js
+1
-1
js/tests/unit/bootstrap-transition.js
js/tests/unit/bootstrap-transition.js
+1
-1
js/tests/vendor/jquery.js
js/tests/vendor/jquery.js
+1
-1
js/tests/vendor/qunit.css
js/tests/vendor/qunit.css
+1
-1
js/tests/vendor/qunit.js
js/tests/vendor/qunit.js
+1
-1
No files found.
js/.jshintrc
View file @
1b132ddc
...
...
@@ -9,4 +9,4 @@
"boss" : true,
"expr" : true,
"asi" : true
}
\ No newline at end of file
}
js/bootstrap-affix.js
View file @
1b132ddc
...
...
@@ -114,4 +114,4 @@
})
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/bootstrap-alert.js
View file @
1b132ddc
...
...
@@ -96,4 +96,4 @@
$
(
document
).
on
(
'
click.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/bootstrap-button.js
View file @
1b132ddc
...
...
@@ -102,4 +102,4 @@
$btn
.
button
(
'
toggle
'
)
})
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/bootstrap-carousel.js
View file @
1b132ddc
...
...
@@ -204,4 +204,4 @@
e
.
preventDefault
()
})
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/bootstrap-collapse.js
View file @
1b132ddc
...
...
@@ -164,4 +164,4 @@
$
(
target
).
collapse
(
option
)
})
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/bootstrap-scrollspy.js
View file @
1b132ddc
...
...
@@ -159,4 +159,4 @@
})
})
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/bootstrap-tab.js
View file @
1b132ddc
...
...
@@ -141,4 +141,4 @@
$
(
this
).
tab
(
'
show
'
)
})
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/bootstrap-transition.js
View file @
1b132ddc
...
...
@@ -57,4 +57,4 @@
})
}(
window
.
jQuery
);
\ No newline at end of file
}(
window
.
jQuery
);
js/tests/index.html
View file @
1b132ddc
...
...
@@ -53,4 +53,4 @@
<div
id=
"qunit-fixture"
></div>
</div>
</body>
</html>
\ No newline at end of file
</html>
js/tests/phantom.js
View file @
1b132ddc
...
...
@@ -60,4 +60,4 @@ page.open(phantom.args[0], function(status){
phantom
.
exit
((
parseInt
(
failedNum
,
10
)
>
0
)
?
1
:
0
)
})
}
})
\ No newline at end of file
})
js/tests/server.js
View file @
1b132ddc
...
...
@@ -11,4 +11,4 @@ var connect = require('connect')
http
.
createServer
(
app
).
listen
(
3000
);
fs
.
writeFileSync
(
__dirname
+
'
/pid.txt
'
,
process
.
pid
,
'
utf-8
'
)
\ No newline at end of file
fs
.
writeFileSync
(
__dirname
+
'
/pid.txt
'
,
process
.
pid
,
'
utf-8
'
)
js/tests/unit/bootstrap-affix.js
View file @
1b132ddc
...
...
@@ -22,4 +22,4 @@ $(function () {
ok
(
!
$affix
.
hasClass
(
'
affix
'
),
'
affix class was not added
'
)
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-alert.js
View file @
1b132ddc
...
...
@@ -59,4 +59,4 @@ $(function () {
.
alert
(
'
close
'
)
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-button.js
View file @
1b132ddc
...
...
@@ -99,4 +99,4 @@ $(function () {
ok
(
btn2
.
hasClass
(
'
active
'
),
'
btn2 has active class
'
)
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-carousel.js
View file @
1b132ddc
...
...
@@ -78,4 +78,4 @@ $(function () {
ok
(
$
(
'
#myCarousel
'
).
data
(
'
carousel
'
).
options
.
interval
==
1814
,
"
attributes should be read only on intitialization
"
);
$
(
'
#myCarousel
'
).
remove
();
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-collapse.js
View file @
1b132ddc
...
...
@@ -91,4 +91,4 @@ $(function () {
target
.
click
()
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-dropdown.js
View file @
1b132ddc
...
...
@@ -148,4 +148,4 @@ $(function () {
$
(
"
#qunit-fixture
"
).
html
(
""
)
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-modal.js
View file @
1b132ddc
...
...
@@ -134,4 +134,4 @@ $(function () {
})
.
modal
(
"
show
"
)
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-phantom.js
View file @
1b132ddc
...
...
@@ -18,4 +18,4 @@ QUnit.done = function (opts) {
console
.
log
(
"
\n
================================================
"
)
console
.
log
(
"
Tests completed in
"
+
opts
.
runtime
+
"
milliseconds
"
)
console
.
log
(
opts
.
passed
+
"
tests of
"
+
opts
.
total
+
"
passed,
"
+
opts
.
failed
+
"
failed.
"
)
}
\ No newline at end of file
}
js/tests/unit/bootstrap-popover.js
View file @
1b132ddc
...
...
@@ -110,4 +110,4 @@ $(function () {
ok
(
!
$
.
_data
(
popover
[
0
],
'
events
'
).
mouseover
&&
!
$
.
_data
(
popover
[
0
],
'
events
'
).
mouseout
,
'
popover does not have any events
'
)
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-scrollspy.js
View file @
1b132ddc
...
...
@@ -34,4 +34,4 @@ $(function () {
ok
(
$topbar
.
find
(
'
.active
'
,
true
))
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-tab.js
View file @
1b132ddc
...
...
@@ -83,4 +83,4 @@ $(function () {
}).
tab
(
'
show
'
)
})
})
\ No newline at end of file
})
js/tests/unit/bootstrap-transition.js
View file @
1b132ddc
...
...
@@ -10,4 +10,4 @@ $(function () {
ok
(
$
.
support
.
transition
?
$
.
support
.
transition
.
end
:
true
,
'
end string is defined
'
)
})
})
\ No newline at end of file
})
js/tests/vendor/jquery.js
View file @
1b132ddc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
js/tests/vendor/qunit.css
View file @
1b132ddc
...
...
@@ -229,4 +229,4 @@
#qunit-fixture
{
display
:
none
;
}
\ No newline at end of file
}
js/tests/vendor/qunit.js
View file @
1b132ddc
...
...
@@ -1507,4 +1507,4 @@ QUnit.diff = (function() {
};
})();
})(
this
);
\ No newline at end of file
})(
this
);
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