File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Basics and Best Practices Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
< title > </ title >
5
5
</ head >
6
6
< body onload ="init() ">
7
- < script src ="http ://code.createjs.com/soundjs-0.6.1 .min.js "> </ script >
7
+ < script src ="https ://code.createjs.com/soundjs-0.6.2 .min.js "> </ script >
8
8
9
9
< script >
10
10
function init ( ) {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2>Introduction</h2>
48
48
</head>
49
49
50
50
<body onload="init()">
51
- <script src="http ://code.createjs.com/soundjs-0.5 .2.min.js"/>
51
+ <script src="https ://code.createjs.com/soundjs-0.6 .2.min.js"/>
52
52
53
53
<script>
54
54
function init() {
@@ -160,7 +160,7 @@ <h3>Ready to Rock</h3>
160
160
<body onload="init()">
161
161
<h1 id="status">Hello World.</h1>
162
162
163
- <script src="http ://code.createjs.com/soundjs-0.5 .2.min.js"></script>
163
+ <script src="https ://code.createjs.com/soundjs-0.6 .2.min.js"></script>
164
164
165
165
<script>
166
166
var displayMessage = null;
@@ -351,7 +351,7 @@ <h3>Ready to Rock Everywhere</h3>
351
351
<body onload="init()">
352
352
<h1 id="status">Hello World.</h1>
353
353
354
- <script src="http ://code.createjs.com/soundjs-0.5 .2.min.js"></script>
354
+ <script src="https ://code.createjs.com/soundjs-0.6 .2.min.js"></script>
355
355
356
356
<script>
357
357
var display;
Original file line number Diff line number Diff line change 7
7
< body onload ="init() ">
8
8
< h1 id ="status "> Hello World.</ h1 >
9
9
10
- < script src ="http ://code.createjs.com/soundjs-0.6.1 .min.js "> </ script >
10
+ < script src ="https ://code.createjs.com/soundjs-0.6.2 .min.js "> </ script >
11
11
12
12
< script >
13
13
var display ;
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > SoundJS demo: Internal Preloading</ title >
5
5
< link href ="../_shared/demo.css " rel ="stylesheet " type ="text/css ">
6
- < script src ="http ://code.createjs.com/soundjs-0.6.1 .min.js "> </ script >
6
+ < script src ="https ://code.createjs.com/soundjs-0.6.2 .min.js "> </ script >
7
7
8
8
< script >
9
9
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > SoundJS demo: Using PreloadJS</ title >
5
5
< link href ="../_shared/demo.css " rel ="stylesheet " type ="text/css ">
6
- < script src ="http ://code.createjs.com/soundjs-0.6.1 .min.js "> </ script >
7
- < script src ="http ://code.createjs.com/preloadjs-0.6.1 .min.js "> </ script >
6
+ < script src ="https ://code.createjs.com/soundjs-0.6.2 .min.js "> </ script >
7
+ < script src ="https ://code.createjs.com/preloadjs-0.6.2 .min.js "> </ script >
8
8
9
9
< script >
10
10
You can’t perform that action at this time.
0 commit comments