Sha256: 0f0bca67ed51b1b098f57017bef6b46641eef7cef026c197b10edc0d839c1ec0

Contents?: true

Size: 547 Bytes

Versions: 8

Compression:

Stored size: 547 Bytes

Contents

/*
 * droppable_events.js
 */
(function($) {

module("droppable: events");

test("activate", function() {
	ok(false, 'missing test - untested code is broken code');
});

test("deactivate", function() {
	ok(false, 'missing test - untested code is broken code');
});

test("over", function() {
	ok(false, 'missing test - untested code is broken code');
});

test("out", function() {
	ok(false, 'missing test - untested code is broken code');
});

test("drop", function() {
	ok(false, 'missing test - untested code is broken code');
});

})(jQuery);

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js
survivalkit-0.3.3 templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js
survivalkit-0.3.3 templates/drupal/sources/jquery-ui/tests/unit/droppable/droppable_events.js
survivalkit-0.3.2 templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js
survivalkit-0.3.1 templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js
survivalkit-0.3 templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js
survivalkit-0.2.1 templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js
survivalkit-0.1 templates/project/sources/jquery-ui/tests/unit/droppable/droppable_events.js