diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-06-15 12:47:12 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-06-15 12:47:12 -0400 |
commit | 92fb5567a25080f2064710fc24f0c6c073424cf3 (patch) | |
tree | 641a6f85bf957c07d3c804f5da711028a605bc93 /tests/visual/addClass/queue.html | |
parent | d569b52838594c3e7e732d31dbf07dc2072edfdb (diff) | |
download | jquery-ui-92fb5567a25080f2064710fc24f0c6c073424cf3.tar.gz jquery-ui-92fb5567a25080f2064710fc24f0c6c073424cf3.zip |
Effects: Renamed all files.
Diffstat (limited to 'tests/visual/addClass/queue.html')
-rw-r--r-- | tests/visual/addClass/queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/addClass/queue.html b/tests/visual/addClass/queue.html index 21f4cc1cb..0b7a43656 100644 --- a/tests/visual/addClass/queue.html +++ b/tests/visual/addClass/queue.html @@ -5,7 +5,7 @@ <title>addClass Visual Test : Queue</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> <script src="../../../jquery-1.7.2.js"></script> - <script src="../../../ui/jquery.effects.core.js"></script> + <script src="../../../ui/jquery.ui.effect.js"></script> <style> .box { width: 100px; |