diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-10-20 19:07:43 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-20 19:07:43 -0400 |
commit | b2a477f1bfbe34368d6006c98a9a44e31387e17b (patch) | |
tree | 3bfd25156a61b0d4941753a3fc143211e52af1f5 /tests/unit/dialog | |
parent | 14c4eae32423682dd291fea633081502077f4df9 (diff) | |
download | jquery-ui-b2a477f1bfbe34368d6006c98a9a44e31387e17b.tar.gz jquery-ui-b2a477f1bfbe34368d6006c98a9a44e31387e17b.zip |
Dialog: Remove leftover backcompat flag in tests
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r-- | tests/unit/dialog/dialog.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index 936316a36..6f39f7b8a 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -5,9 +5,6 @@ <title>jQuery UI Dialog Test Suite</title> <script src="../../jquery.js"></script> - <script> - $.uiBackCompat = false; - </script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <script src="../../../external/qunit/qunit.js"></script> <script src="../../../external/jquery-simulate/jquery.simulate.js"></script> |