upgrade to jqueryui 1.10.1
This commit is contained in:
@@ -97,7 +97,7 @@ Applied as jQuery method.
|
||||
|
||||
/* returns container object */
|
||||
container: function() {
|
||||
return this.$element.data(this.containerName);
|
||||
return this.$element.data(this.containerDataName || this.containerName);
|
||||
},
|
||||
|
||||
call: function() {
|
||||
|
Reference in New Issue
Block a user