From 69b1df33f73b6f1870fc6a0fba9c468b17672781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Sun, 29 Jan 2012 13:08:38 -0500 Subject: [PATCH] Droppable: Renamed refreshPosition() to refresh(). --- ui/jquery.ui.droppable.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js index 46cae9455..f6b635d2f 100644 --- a/ui/jquery.ui.droppable.js +++ b/ui/jquery.ui.droppable.js @@ -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(),