diff options
author | Yi, EungJun <semtlenori@gmail.com> | 2012-05-06 12:12:00 +0900 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-15 13:15:31 -0400 |
commit | b2a51a589ab4742c1146e9f3088822d706d85e4c (patch) | |
tree | e0d5fee0b1c8ad2a49d1f5adf6dd3ecf0c5771fa /tests/unit | |
parent | 44a086b92cbf5a9f20cba23fc7a44d92f9eda5e2 (diff) | |
download | jquery-ui-b2a51a589ab4742c1146e9f3088822d706d85e4c.tar.gz jquery-ui-b2a51a589ab4742c1146e9f3088822d706d85e4c.zip |
Draggable tests: Fixed typo.
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/draggable/draggable_events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/draggable/draggable_events.js b/tests/unit/draggable/draggable_events.js index 85ba824d8..2b2104ed4 100644 --- a/tests/unit/draggable/draggable_events.js +++ b/tests/unit/draggable/draggable_events.js @@ -5,7 +5,7 @@ module("draggable: events"); -test("callbacks occurance count", function() { +test("callbacks occurrence count", function() { expect(3); |