Redefined modules for some files.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div>
|
||||
<h1>Creating a Music Playlist</h1>
|
||||
<p>
|
||||
A music playlist is a list of {@link module:player/Music} which maintains metadata about the playlist, such as the length, and the name of the playlist. It also keeps track of an index for a position in the playlist.
|
||||
A music playlist is a list of {@link Music} which maintains metadata about the playlist, such as the length, and the name of the playlist. It also keeps track of an index for a position in the playlist.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
@@ -35,7 +35,7 @@
|
||||
playlist.add("/assets/audio/XXI.mp3", "XXI", "QR"); // Let's add another one.
|
||||
</code></pre>
|
||||
|
||||
<p>If for whatever reason, you decided to instantiate your own {@link module:player/Music}, that's okay too!</p>
|
||||
<p>If for whatever reason, you decided to instantiate your own {@link Music}, that's okay too!</p>
|
||||
<pre><code class="language-js">
|
||||
// Still using the same context from the instantiation example...
|
||||
|
||||
|
Reference in New Issue
Block a user