Skip to content

Commit

Permalink
set path to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-hoffmann committed Nov 28, 2013
1 parent b6679c1 commit f85b809
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 675 deletions.
2 changes: 1 addition & 1 deletion test/headjs-ordered.html
Expand Up @@ -12,7 +12,7 @@
document.getElementById("ms").innerHTML = (new Date()).getTime() - now.getTime(); document.getElementById("ms").innerHTML = (new Date()).getTime() - now.getTime();
}; };
</script> </script>
<script src="/dist/0.99/head.min.js"></script> <script src="../dist/1.0.0/head.min.js"></script>
<script> <script>
head.js( head.js(
{ a: "http://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js" }, { a: "http://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js" },
Expand Down
2 changes: 1 addition & 1 deletion test/headjs.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/> <meta charset="utf-8"/>
<title>Test: SCRIPT via HeadJS</title> <title>Test: SCRIPT via HeadJS</title>
<link rel="stylesheet" href="style.min.css" /> <link rel="stylesheet" href="style.min.css" />
<script src="/dist/0.99/head.min.js"></script> <script src="../dist/1.0.0/head.min.js"></script>
<script> <script>
// calculate difference between zero and window.onload // calculate difference between zero and window.onload
window.onload = function () { window.onload = function () {
Expand Down
2 changes: 1 addition & 1 deletion test/load.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/> <meta charset="utf-8"/>
<title>Responsive Tests</title> <title>Responsive Tests</title>
<link rel="stylesheet" href="style.min.css" /> <link rel="stylesheet" href="style.min.css" />
<script src="load.js"></script> <script src="../dist/1.0.0/head.js"></script>
</head> </head>
<body> <body>
<div id="wrap"> <div id="wrap">
Expand Down

0 comments on commit f85b809

Please sign in to comment.