aboutsummaryrefslogtreecommitdiffstats
path: root/test/networkerror.html
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-01-11 21:35:13 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-01-11 21:35:13 -0500
commitdd900460ac6f77be71ceb878bc2cd1465397dc60 (patch)
treea33fe72fa0be5886c5689d7106def00b539b2ae9 /test/networkerror.html
parentf724bc6c921378b82d9d6fa17329b6451fbb7a51 (diff)
downloadjquery-dd900460ac6f77be71ceb878bc2cd1465397dc60.tar.gz
jquery-dd900460ac6f77be71ceb878bc2cd1465397dc60.zip
Fix #10902. DRY up the ways to include src files in tests.
Diffstat (limited to 'test/networkerror.html')
-rw-r--r--test/networkerror.html20
1 files changed, 1 insertions, 19 deletions
diff --git a/test/networkerror.html b/test/networkerror.html
index f98bf4699..e258d83d8 100644
--- a/test/networkerror.html
+++ b/test/networkerror.html
@@ -15,25 +15,7 @@
<style>
div { margin-top: 10px; }
</style>
- <script src="../src/core.js"></script>
- <script src="../src/deferred.js"></script>
- <script src="../src/support.js"></script>
- <script src="../src/data.js"></script>
- <script src="../src/queue.js"></script>
- <script src="../src/attributes.js"></script>
- <script src="../src/event.js"></script>
- <script src="../src/sizzle/sizzle.js"></script>
- <script src="../src/sizzle-jquery.js"></script>
- <script src="../src/traversing.js"></script>
- <script src="../src/manipulation.js"></script>
- <script src="../src/css.js"></script>
- <script src="../src/ajax.js"></script>
- <script src="../src/ajax/jsonp.js"></script>
- <script src="../src/ajax/script.js"></script>
- <script src="../src/ajax/xhr.js"></script>
- <script src="../src/effects.js"></script>
- <script src="../src/offset.js"></script>
- <script src="../src/dimensions.js"></script>
+ <script src="data/include_js.php"></script>
<script type="text/javascript">
$('button').live('click', function () {
$.ajax({