aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable/events.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-08-21 00:05:15 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-21 08:06:22 -0400
commitd86ac025ee021728bccecb04b1b16f965e7dcc9f (patch)
treef06b000ecf0f231150840d05bb16a246a463bcc0 /tests/unit/sortable/events.js
parent2626be45337b8edb7be1958e4534db0ef435de56 (diff)
downloadjquery-ui-d86ac025ee021728bccecb04b1b16f965e7dcc9f.tar.gz
jquery-ui-d86ac025ee021728bccecb04b1b16f965e7dcc9f.zip
Sortable: Style updates
Ref #14246 Ref gh-1588
Diffstat (limited to 'tests/unit/sortable/events.js')
-rw-r--r--tests/unit/sortable/events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/events.js b/tests/unit/sortable/events.js
index bf5579fde..74f10dfeb 100644
--- a/tests/unit/sortable/events.js
+++ b/tests/unit/sortable/events.js
@@ -25,7 +25,7 @@ test("start", function() {
ok(hash.item, "UI hash includes: item");
ok(!hash.sender, "UI hash does not include: sender");
- // todo: see if these events should actually have sane values in them
+ // Todo: see if these events should actually have sane values in them
ok("position" in hash, "UI hash includes: position");
ok("offset" in hash, "UI hash includes: offset");
});