aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-04-21 13:08:16 -0700
committerChris Rebert <[email protected]>2014-04-21 13:08:42 -0700
commit9c4afc577253ada54d3ff27965e380a5c9f4e60e (patch)
tree3c8add594e367a56b9dd24a6e947f82af366c0a6 /js
parent52b6a3214574de58bee6e08049e5b477bb4f226c (diff)
downloadbootstrap-9c4afc577253ada54d3ff27965e380a5c9f4e60e.tar.xz
bootstrap-9c4afc577253ada54d3ff27965e380a5c9f4e60e.zip
spelling fixes in Carousel unit tests
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/carousel.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/unit/carousel.js b/js/tests/unit/carousel.js
index 562e30255..065354451 100644
--- a/js/tests/unit/carousel.js
+++ b/js/tests/unit/carousel.js
@@ -4,11 +4,11 @@ $(function () {
test('should provide no conflict', function () {
var carousel = $.fn.carousel.noConflict()
- ok(!$.fn.carousel, 'carousel was set back to undefined (org value)')
+ ok(!$.fn.carousel, 'carousel was set back to undefined (orig value)')
$.fn.carousel = carousel
})
- test('should be defined on jquery object', function () {
+ test('should be defined on jQuery object', function () {
ok($(document.body).carousel, 'carousel method is defined')
})
@@ -98,7 +98,7 @@ $(function () {
$('[data-slide]').first().click()
$('#myCarousel').attr('data-interval', 1860)
$('[data-slide]').first().click()
- ok($('#myCarousel').data('bs.carousel').options.interval == 1814, 'attributes should be read only on intitialization')
+ ok($('#myCarousel').data('bs.carousel').options.interval == 1814, 'attributes should be read only on initialization')
$('#myCarousel').remove()
template.attr('data-interval', false)