Search and Top Navigation
#14788 closed bug (fixed)
Opened November 08, 2015 06:10PM UTC
Closed November 09, 2015 02:17PM UTC
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");
}
Attachments (0)
Change History (2)
Changed November 09, 2015 02:17PM UTC by comment:1
milestone: | none → 1.12.0 |
---|---|
status: | new → open |
You're absolutely correct. Thanks for catching that :-)