resizable unit tests: zIndex default: 1000

This commit is contained in:
Richard Worth
2009-02-07 12:37:23 +00:00
parent 49939ec4f5
commit 191ec35cf1

View File

@@ -27,7 +27,7 @@ var resizable_defaults = {
preventDefault: true,
proportionallyResize: false,
transparent: false,
zIndex: 1001
zIndex: 1000
};
commonWidgetTests('resizable', { defaults: resizable_defaults });