mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Droppable: Renamed refreshPosition() to refresh().
This commit is contained in:
parent
74e2828ea0
commit
69b1df33f7
3
ui/jquery.ui.droppable.js
vendored
3
ui/jquery.ui.droppable.js
vendored
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user