aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.droppable.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2008-10-05 16:29:21 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2008-10-05 16:29:21 +0000
commit923d1ec3bb7a8d20cdb17fb0929d40ab837d15d5 (patch)
tree42b568dfa447cf9dd6d3e43c0ebbae52eb0d8f8c /ui/ui.droppable.js
parentb53e2e5c7e26f22475d1762774db8f211f60066f (diff)
downloadjquery-ui-923d1ec3bb7a8d20cdb17fb0929d40ab837d15d5.tar.gz
jquery-ui-923d1ec3bb7a8d20cdb17fb0929d40ab837d15d5.zip
adding version property to all ui components
Diffstat (limited to 'ui/ui.droppable.js')
-rw-r--r--ui/ui.droppable.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js
index 6403d37d2..d316a1c3d 100644
--- a/ui/ui.droppable.js
+++ b/ui/ui.droppable.js
@@ -130,6 +130,7 @@ $.widget("ui.droppable", {
});
$.extend($.ui.droppable, {
+ version: "@VERSION",
defaults: {
disabled: false,
tolerance: 'intersect',