aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAnton M <obhvsbypqghgc@gmail.com>2011-02-13 01:48:48 +0100
committerAnton M <obhvsbypqghgc@gmail.com>2011-02-13 01:48:48 +0100
commit3930afa3ad10440ecb6571c0840d576b9979bff5 (patch)
treea3da847638efb8ed328178a2e5db7242ab8644d9 /test
parentfbf79c0b495e08d67c3a4767f371ec7bcfc40a17 (diff)
downloadjquery-3930afa3ad10440ecb6571c0840d576b9979bff5.tar.gz
jquery-3930afa3ad10440ecb6571c0840d576b9979bff5.zip
Follow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17.
Fix stupid error.
Diffstat (limited to 'test')
-rw-r--r--test/polluted.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/polluted.php b/test/polluted.php
index 746bcefdc..50fc7cd68 100644
--- a/test/polluted.php
+++ b/test/polluted.php
@@ -5,7 +5,7 @@
"versions" => array( "1.1.1", "1.2.0", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.4.0", "1.4.1", "1.4.3", "1.5.0" ),
"url" => "dojo/XYZ/dojo/dojo.xd.js"
),
- "Ext Core" => array(
+ "ExtCore" => array(
"versions" => array( "3.0.0", "3.1.0" ),
"url" => "ext-core/XYZ/ext-core.js"
),
@@ -13,7 +13,7 @@
"versions" => array( "1.2.3", "1.2.6", "1.3.0", "1.3.1", "1.3.2", "1.4.0", "1.4.1", "1.4.2", "1.4.3", "1.4.4", "1.5.0" ),
"url" => "jquery/XYZ/jquery.min.js"
),
- "jQuery UI" => array(
+ "jQueryUI" => array(
"versions" => array( "1.5.2", "1.5.3", "1.6.0", "1.7.0", "1.7.1", "1.7.2", "1.7.3", "1.8.0", "1.8.1", "1.8.2", "1.8.4", "1.8.5", "1.8.6", "1.8.7", "1.8.8", "1.8.9" ),
"url" => "jqueryui/XYZ/jquery-ui.min.js"
),
@@ -25,7 +25,7 @@
"versions" => array( "1.6.0.2", "1.6.0.3", "1.6.1.0", "1.7.0.0" ),
"url" => "prototype/XYZ/prototype.js"
),
- "script.aculo.us" => array(
+ "scriptaculous" => array(
"versions" => array( "1.8.1", "1.8.2", "1.8.3" ),
"url" => "scriptaculous/XYZ/scriptaculous.js"
),