aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-19 00:47:06 -0700
committerChris Rebert <[email protected]>2014-05-19 00:47:06 -0700
commite9b99d475cdc635d6e1435b5101500b84e0ef615 (patch)
tree1a7b72c9b53d663e7bf0dd14c535275362e8b911
parent7d75734e10853806d3ef8022181c7b8e81e88014 (diff)
downloadbootstrap-e9b99d475cdc635d6e1435b5101500b84e0ef615.tar.xz
bootstrap-e9b99d475cdc635d6e1435b5101500b84e0ef615.zip
fix typo in assertion description
-rw-r--r--js/tests/unit/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/modal.js b/js/tests/unit/modal.js
index c1dc895e3..d8bef3ea1 100644
--- a/js/tests/unit/modal.js
+++ b/js/tests/unit/modal.js
@@ -19,7 +19,7 @@ $(function () {
})
test('should provide no conflict', function () {
- ok(!$.fn.modal, 'modal was set back to undefined (org value)')
+ ok(!$.fn.modal, 'modal was set back to undefined (orig value)')
})
test('should return element', function () {