diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:59:32 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:08 -0400 |
commit | 0cab9f0a2f1f91ae671d57dba5e5bdcde1f60622 (patch) | |
tree | c0b2a80e2dc4faf96eba0733ef7f687bcdecbf9e /tests/unit/droppable/helper.js | |
parent | 85ff5205605ad591af9e9848a78334ee44b2284e (diff) | |
download | jquery-ui-0cab9f0a2f1f91ae671d57dba5e5bdcde1f60622.tar.gz jquery-ui-0cab9f0a2f1f91ae671d57dba5e5bdcde1f60622.zip |
Droppable: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/droppable/helper.js')
-rw-r--r-- | tests/unit/droppable/helper.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unit/droppable/helper.js b/tests/unit/droppable/helper.js index 460fa1aa6..b9bc5d6fb 100644 --- a/tests/unit/droppable/helper.js +++ b/tests/unit/droppable/helper.js @@ -5,13 +5,15 @@ define( [ return $.extend( helper, { shouldDrop: function() { + // todo: actually implement this - ok(true, "missing test - untested code is broken code"); + ok( true, "missing test - untested code is broken code" ); }, shouldNotDrop: function() { + // todo: actually implement this - ok(true, "missing test - untested code is broken code"); + ok( true, "missing test - untested code is broken code" ); } } ); |