Opened 7 years ago
Closed 7 years ago
#14788 closed bug (fixed)
Typo in Plugin "alsoResize"
Reported by: | llehmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.resizable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm new to jquery UI but I think that instead of
stop: function() { $(this).removeData("resizable-alsoresize"); }
it should be
stop: function() { $(this).removeData("ui-resizable-alsoresize"); }
Change History (2)
comment:1 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|---|
Status: | new → open |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Resizable: Fix data reference for ui-resizable-alsoresize
Fixes #14788
Changeset: 7cc88bfe327ba826ffa5199c96c91178862b22f0
Note: See
TracTickets for help on using
tickets.
You're absolutely correct. Thanks for catching that :-)