mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 09:04:14 +02:00
fix typo in assertion description
This commit is contained in:
@@ -19,7 +19,7 @@ $(function () {
|
|||||||
})
|
})
|
||||||
|
|
||||||
test('should provide no conflict', 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 () {
|
test('should return element', function () {
|
||||||
|
Reference in New Issue
Block a user