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 **/
// TODO: rename to refresh()?
refreshPosition: function() {
refresh: function() {
this.offset = this.element.offset();
this.proportions = {
width: this.element.outerWidth(),