diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-02-08 00:20:33 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-02-08 00:20:33 -0500 |
commit | 67a2e4eaac98cee79a02a0a45e4826a7958d4b75 (patch) | |
tree | cc790889e055ad5c6d5cd82437dae765308ab95f /test/data/support/bodyBackground.html | |
parent | a8518c3bc4e1a8755c2d3a7be624b0e86be1070b (diff) | |
download | jquery-67a2e4eaac98cee79a02a0a45e4826a7958d4b75.tar.gz jquery-67a2e4eaac98cee79a02a0a45e4826a7958d4b75.zip |
Ref #13316: Sync all test documents on full vs. minified source.
Diffstat (limited to 'test/data/support/bodyBackground.html')
-rw-r--r-- | test/data/support/bodyBackground.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/support/bodyBackground.html b/test/data/support/bodyBackground.html index b0abc074f..8991007cf 100644 --- a/test/data/support/bodyBackground.html +++ b/test/data/support/bodyBackground.html @@ -17,7 +17,7 @@ </head> <body> <div> - <script src="../../../dist/jquery.min.js"></script> + <script src="../../jquery.js"></script> </div> <script> jQuery(function() { |