upgrade to jqueryui 1.10.1

This commit is contained in:
vitalets
2013-03-08 14:40:22 +04:00
parent e7594959bc
commit 9c40b5f633
30 changed files with 28785 additions and 48 deletions

View File

@@ -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() {