]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Remove leftover backcompat flag in tests
authorScott González <scott.gonzalez@gmail.com>
Mon, 20 Oct 2014 23:07:43 +0000 (19:07 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 5 Feb 2015 13:57:29 +0000 (08:57 -0500)
(cherry picked from commit b2a477f1bfbe34368d6006c98a9a44e31387e17b)

tests/unit/dialog/dialog.html

index 936316a363206f343139fe9ef0ef64323a9934e9..6f39f7b8afd00410f5dc588f7b98b69a424aee2f 100644 (file)
@@ -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>