File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ <h1>Example: Media Grid</h1>
133133
134134< script type ="text/javascript " src ="../_assets/libs/soundjs-NEXT.min.js "> </ script >
135135< script type ="text/javascript " src ="../lib/preloadjs-NEXT.combined.js "> </ script >
136- < script type ="text/javascript " src ="../src/preloadjs/loaders/ManifestLoader.js "> </ script >
137136<!-- We also provide hosted minified versions of all CreateJS libraries.
138137 http://code.createjs.com -->
139138
@@ -144,7 +143,7 @@ <h1>Example: Media Grid</h1>
144143 // Create a new queue.
145144 //preload = new createjs.LoadQueue(true, "assets/");
146145
147- // Use this instead to favor tag loading
146+ // Use this instead to favor XHR loading
148147 preload = new createjs . LoadQueue ( true ) ;
149148
150149 createjs . Sound . registerPlugins ( [ createjs . HTMLAudioPlugin ] ) ; // need this so it doesn't default to Web Audio
@@ -175,7 +174,7 @@ <h1>Example: Media Grid</h1>
175174 src : target . id ,
176175 id : target . id
177176 } ;
178-
177+
179178 if ( ! type ) {
180179 preload . loadManifest ( { path : "../_assets/" , manifest : [ item ] } ) ;
181180 } else {
You can’t perform that action at this time.
0 commit comments