Skip to content

Commit

Permalink
fixed: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Oct 3, 2012
1 parent 03674e5 commit 87329f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/jquery.js
Expand Up @@ -18,11 +18,7 @@ for ( ; i < length; i++ ) {
if ( version === "git" ) {
url = "http://code.jquery.com/jquery-git.js";
} else {
<<<<<<< HEAD
url = "../../../jquery-" + ( version || "1.7.2" ) + ".js";
=======
url = "../../jquery-" + ( version || "1.8.2" ) + ".js";
>>>>>>> 1.8.24
}

document.write( "<script src='" + url + "'></script>" );
Expand Down

0 comments on commit 87329f2

Please sign in to comment.