and a note on manual changes in dataTables.bootstrap.css
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / droppable / droppable_test_helpers.js
1 TestHelpers.droppable = {
2         shouldDrop: function() {
3                 // todo: actually implement this
4                 ok(true, "missing test - untested code is broken code");
5         },
6         shouldNotDrop: function() {
7                 // todo: actually implement this
8                 ok(true, "missing test - untested code is broken code");
9         }
10 };