]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in assertion description
authorChris Rebert <github@rebertia.com>
Mon, 19 May 2014 07:47:06 +0000 (00:47 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 19 May 2014 07:47:06 +0000 (00:47 -0700)
js/tests/unit/modal.js

index c1dc895e332d42c58e1cee705b487761e61fe78d..d8bef3ea1acf06c7ca5737d2f2e0050731db7786 100644 (file)
@@ -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 () {