aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit')
-rw-r--r--js/tests/unit/bootstrap-affix.js2
-rw-r--r--js/tests/unit/bootstrap-alert.js2
-rw-r--r--js/tests/unit/bootstrap-button.js2
-rw-r--r--js/tests/unit/bootstrap-carousel.js2
-rw-r--r--js/tests/unit/bootstrap-collapse.js2
-rw-r--r--js/tests/unit/bootstrap-dropdown.js2
-rw-r--r--js/tests/unit/bootstrap-modal.js2
-rw-r--r--js/tests/unit/bootstrap-phantom.js2
-rw-r--r--js/tests/unit/bootstrap-popover.js2
-rw-r--r--js/tests/unit/bootstrap-scrollspy.js2
-rw-r--r--js/tests/unit/bootstrap-tab.js2
-rw-r--r--js/tests/unit/bootstrap-transition.js2
12 files changed, 12 insertions, 12 deletions
diff --git a/js/tests/unit/bootstrap-affix.js b/js/tests/unit/bootstrap-affix.js
index c97887890..2ade73b45 100644
--- a/js/tests/unit/bootstrap-affix.js
+++ b/js/tests/unit/bootstrap-affix.js
@@ -22,4 +22,4 @@ $(function () {
ok(!$affix.hasClass('affix'), 'affix class was not added')
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-alert.js b/js/tests/unit/bootstrap-alert.js
index 9a6b514c4..dd2dfb998 100644
--- a/js/tests/unit/bootstrap-alert.js
+++ b/js/tests/unit/bootstrap-alert.js
@@ -59,4 +59,4 @@ $(function () {
.alert('close')
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-button.js b/js/tests/unit/bootstrap-button.js
index e23ff9e30..5849dad7b 100644
--- a/js/tests/unit/bootstrap-button.js
+++ b/js/tests/unit/bootstrap-button.js
@@ -99,4 +99,4 @@ $(function () {
ok(btn2.hasClass('active'), 'btn2 has active class')
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-carousel.js b/js/tests/unit/bootstrap-carousel.js
index 80b6e139b..1e821173e 100644
--- a/js/tests/unit/bootstrap-carousel.js
+++ b/js/tests/unit/bootstrap-carousel.js
@@ -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
+})
diff --git a/js/tests/unit/bootstrap-collapse.js b/js/tests/unit/bootstrap-collapse.js
index 4c5916ecd..1f1fc2ff2 100644
--- a/js/tests/unit/bootstrap-collapse.js
+++ b/js/tests/unit/bootstrap-collapse.js
@@ -91,4 +91,4 @@ $(function () {
target.click()
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-dropdown.js b/js/tests/unit/bootstrap-dropdown.js
index 2f0d2d29e..c67c07300 100644
--- a/js/tests/unit/bootstrap-dropdown.js
+++ b/js/tests/unit/bootstrap-dropdown.js
@@ -148,4 +148,4 @@ $(function () {
$("#qunit-fixture").html("")
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-modal.js b/js/tests/unit/bootstrap-modal.js
index b0096f8ed..3762e72e9 100644
--- a/js/tests/unit/bootstrap-modal.js
+++ b/js/tests/unit/bootstrap-modal.js
@@ -134,4 +134,4 @@ $(function () {
})
.modal("show")
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-phantom.js b/js/tests/unit/bootstrap-phantom.js
index a04aeaa87..c01e71c15 100644
--- a/js/tests/unit/bootstrap-phantom.js
+++ b/js/tests/unit/bootstrap-phantom.js
@@ -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
+}
diff --git a/js/tests/unit/bootstrap-popover.js b/js/tests/unit/bootstrap-popover.js
index 20234e147..ef7f5cf3b 100644
--- a/js/tests/unit/bootstrap-popover.js
+++ b/js/tests/unit/bootstrap-popover.js
@@ -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
+})
diff --git a/js/tests/unit/bootstrap-scrollspy.js b/js/tests/unit/bootstrap-scrollspy.js
index 32bfa7134..2c3d43893 100644
--- a/js/tests/unit/bootstrap-scrollspy.js
+++ b/js/tests/unit/bootstrap-scrollspy.js
@@ -34,4 +34,4 @@ $(function () {
ok($topbar.find('.active', true))
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-tab.js b/js/tests/unit/bootstrap-tab.js
index ba5910d5e..9a7e93d4d 100644
--- a/js/tests/unit/bootstrap-tab.js
+++ b/js/tests/unit/bootstrap-tab.js
@@ -83,4 +83,4 @@ $(function () {
}).tab('show')
})
-}) \ No newline at end of file
+})
diff --git a/js/tests/unit/bootstrap-transition.js b/js/tests/unit/bootstrap-transition.js
index 086773fa2..d34818904 100644
--- a/js/tests/unit/bootstrap-transition.js
+++ b/js/tests/unit/bootstrap-transition.js
@@ -10,4 +10,4 @@ $(function () {
ok($.support.transition ? $.support.transition.end : true, 'end string is defined')
})
-}) \ No newline at end of file
+})