aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-01-03 15:33:10 +0000
committerScott González <scott.gonzalez@gmail.com>2009-01-03 15:33:10 +0000
commitfc60db3bbf277110de553dca49c07b97d5e5e601 (patch)
tree867aa918c6646aa02de6fd4f618e673e1419f2c8
parent7467ce3ef1e603ca87fef5f0a8ef81388fa5b92b (diff)
downloadjquery-ui-fc60db3bbf277110de553dca49c07b97d5e5e601.tar.gz
jquery-ui-fc60db3bbf277110de553dca49c07b97d5e5e601.zip
Droppable test: Fixed accept default.
-rw-r--r--tests/droppable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/droppable.js b/tests/droppable.js
index 200753100..31915defc 100644
--- a/tests/droppable.js
+++ b/tests/droppable.js
@@ -7,7 +7,7 @@
//
var defaults = {
- accept: null,
+ accept: '*',
activeClass: null,
cssNamespace: "ui",
disabled: false,