Droppable: Renamed refreshPosition() to refresh().

This commit is contained in:
Scott González 2012-01-29 13:08:38 -05:00
parent 74e2828ea0
commit 69b1df33f7

View File

@ -52,8 +52,7 @@ $.widget( "ui.droppable", {
/** public **/ /** public **/
// TODO: rename to refresh()? refresh: function() {
refreshPosition: function() {
this.offset = this.element.offset(); this.offset = this.element.offset();
this.proportions = { this.proportions = {
width: this.element.outerWidth(), width: this.element.outerWidth(),