mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
resizable unit tests: zIndex default: 1000
This commit is contained in:
@@ -27,7 +27,7 @@ var resizable_defaults = {
|
||||
preventDefault: true,
|
||||
proportionallyResize: false,
|
||||
transparent: false,
|
||||
zIndex: 1001
|
||||
zIndex: 1000
|
||||
};
|
||||
|
||||
commonWidgetTests('resizable', { defaults: resizable_defaults });
|
||||
|
||||
Reference in New Issue
Block a user