Commit e9b99d47 authored by Chris Rebert's avatar Chris Rebert

fix typo in assertion description

parent 7d75734e
......@@ -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 () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment