2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fix typo in assertion description

This commit is contained in:
Chris Rebert
2014-05-19 00:47:06 -07:00
parent 7d75734e10
commit e9b99d475c
+1 -1
View 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 () {