aboutsummaryrefslogtreecommitdiffstats
path: root/test/localfile.html
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-06-04 12:48:18 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-06-04 12:48:18 -0400
commit7c23b77af2477417205fda9bde5208a81e57e40e (patch)
treed325a34f92a4792fc5ee6aee8266b86bd0e25a98 /test/localfile.html
parent9a3046c3752b80da7526dce34968b8422f3d92f8 (diff)
downloadjquery-7c23b77af2477417205fda9bde5208a81e57e40e.tar.gz
jquery-7c23b77af2477417205fda9bde5208a81e57e40e.zip
Strips IIFEs from modules; Always require built jQuery for tests.
Diffstat (limited to 'test/localfile.html')
-rw-r--r--test/localfile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/localfile.html b/test/localfile.html
index 2c089c4d2..2cfd13004 100644
--- a/test/localfile.html
+++ b/test/localfile.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery Local File Test</title>
<!-- Includes -->
- <script src="data/include_js.php"></script>
+ <script src="/dist/jquery.js"></script>
<style>
.error { color: red; }
.success { color: green; }
@@ -72,4 +72,4 @@
this.addClass( "error" ).text( "FAIL" );
});
</script>
-</body> \ No newline at end of file
+</body>