r1498 - trunk/tests
r1498 - trunk/tests
Author: scott.gonzalez
Date: Sat Jan 3 07:33:10 2009
New Revision: 1498
Modified:
trunk/tests/droppable.js
Log:
Droppable test: Fixed accept default.
Modified: trunk/tests/droppable.js
==============================================================================
--- trunk/tests/droppable.js (original)
+++ trunk/tests/droppable.js Sat Jan 3 07:33:10 2009
@@ -7,7 +7,7 @@
//
var defaults = {
- accept: null,
+ accept: '*',
activeClass: null,
cssNamespace: "ui",
disabled: false,