aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-20 23:27:40 -0700
committerMark Otto <[email protected]>2014-05-20 23:27:40 -0700
commit707b362b801d7a430c1911493a65085e81b4ee8d (patch)
treeb659b23c3884e9100c1e800161e96110a0853294 /js/tests/unit
parentbdd822a94cdf2d452e067569e76ca1537dc74d8d (diff)
parent3dd1531d81c90d6d1cf04962032f868d315ab21c (diff)
downloadbootstrap-707b362b801d7a430c1911493a65085e81b4ee8d.tar.xz
bootstrap-707b362b801d7a430c1911493a65085e81b4ee8d.zip
Merge branch 'master' into docs-theme-toggler
Conflicts: docs/assets/css/docs.min.css
Diffstat (limited to 'js/tests/unit')
-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 () {