mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 22:40:59 +00:00
fix typo in assertion description
This commit is contained in:
parent
7d75734e10
commit
e9b99d475c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue