mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
resizable: make global _store variable local
This commit is contained in:
parent
e6efe11ac4
commit
1252150c76
@ -531,7 +531,7 @@ $.ui.plugin.add("resizable", "alsoResize", {
|
|||||||
|
|
||||||
var self = $(this).data("resizable"), o = self.options;
|
var self = $(this).data("resizable"), o = self.options;
|
||||||
|
|
||||||
_store = function(exp) {
|
var _store = function(exp) {
|
||||||
$(exp).each(function() {
|
$(exp).each(function() {
|
||||||
$(this).data("resizable-alsoresize", {
|
$(this).data("resizable-alsoresize", {
|
||||||
width: parseInt($(this).width(), 10), height: parseInt($(this).height(), 10),
|
width: parseInt($(this).width(), 10), height: parseInt($(this).height(), 10),
|
||||||
|
Loading…
Reference in New Issue
Block a user