Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit d668199

Browse files
committed
more minor updates to tests
1 parent 765b925 commit d668199

32 files changed

+33
-33
lines changed

tests/test-LABjs-preloading-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>LABjs tests (LABjs with preloading #1)</title>
6-
<script type="text/javascript" src="../LAB.js"></script>
6+
<script src="../LAB.js"></script>
77
<script>
88

99
var timeDiff = function(){

tests/test-LABjs-preloading-10.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>LABjs tests (LABjs with preloading #10)</title>
6-
<script type="text/javascript" src="../LAB.js"></script>
6+
<script src="../LAB.js"></script>
77
<script>
88

99
var timeDiff = function(){

tests/test-LABjs-preloading-11.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>LABjs tests (LABjs with preloading #11)</title>
6-
<script type="text/javascript" src="../LAB.js"></script>
6+
<script src="../LAB.js"></script>
77
<script>
88

99
var timeDiff = function(){

tests/test-LABjs-preloading-12a.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- testing conditional chaining -->
88

9-
<script type="text/javascript" src="../LAB.js"></script>
9+
<script src="../LAB.js"></script>
1010
<script>
1111

1212
var timeDiff = function(){

tests/test-LABjs-preloading-12b.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- testing conditional chaining -->
88

9-
<script type="text/javascript" src="../LAB.js"></script>
9+
<script src="../LAB.js"></script>
1010
<script>
1111

1212
var timeDiff = function(){

tests/test-LABjs-preloading-12c.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- testing conditional chaining -->
88

9-
<script type="text/javascript" src="../LAB.js"></script>
9+
<script src="../LAB.js"></script>
1010
<script>
1111

1212
var timeDiff = function(){

tests/test-LABjs-preloading-12d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- testing conditional chaining -->
88

9-
<script type="text/javascript" src="../LAB.js"></script>
9+
<script src="../LAB.js"></script>
1010
<script>
1111

1212
var timeDiff = function(){

tests/test-LABjs-preloading-12e.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- testing conditional chaining -->
88

9-
<script type="text/javascript" src="../LAB.js"></script>
9+
<script src="../LAB.js"></script>
1010
<script>
1111

1212
var timeDiff = function(){

tests/test-LABjs-preloading-12f.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- testing conditional chaining -->
88

9-
<script type="text/javascript" src="../LAB.js"></script>
9+
<script src="../LAB.js"></script>
1010
<script>
1111

1212
var timeDiff = function(){

tests/test-LABjs-preloading-12g.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- testing conditional chaining -->
88

9-
<script type="text/javascript" src="../LAB.js"></script>
9+
<script src="../LAB.js"></script>
1010
<script>
1111

1212
var timeDiff = function(){

0 commit comments

Comments
 (0)