r3549 committed - Dialog: Removed variable declaration that was duplicated in previous c...

r3549 committed - Dialog: Removed variable declaration that was duplicated in previous c...

Revision: 3549
Author: scott.gonzalez
Date: Mon Dec 28 19:53:54 2009
Log: Dialog: Removed variable declaration that was duplicated in previous
commit.
http://code.google.com/p/jquery-ui/source/detail?r=3549
Modified:
/branches/dev/ui/jquery.ui.dialog.js
=======================================
--- /branches/dev/ui/jquery.ui.dialog.js    Mon Dec 28 19:49:33 2009
+++ /branches/dev/ui/jquery.ui.dialog.js    Mon Dec 28 19:53:54 2009
@@ -482,8 +482,6 @@
                self._position(value);
                break;
            case "resizable":
-                var isResizable = uiDialog.is(':data(resizable)');
-
                // currently resizable, becoming non-resizable
                (isResizable && !value && uiDialog.resizable('destroy'));
--