diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-01-03 15:33:10 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-01-03 15:33:10 +0000 |
commit | fc60db3bbf277110de553dca49c07b97d5e5e601 (patch) | |
tree | 867aa918c6646aa02de6fd4f618e673e1419f2c8 | |
parent | 7467ce3ef1e603ca87fef5f0a8ef81388fa5b92b (diff) | |
download | jquery-ui-fc60db3bbf277110de553dca49c07b97d5e5e601.tar.gz jquery-ui-fc60db3bbf277110de553dca49c07b97d5e5e601.zip |
Droppable test: Fixed accept default.
-rw-r--r-- | tests/droppable.js | 2 |
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, |