Skip to content

Commit

Permalink
Specify load return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Costava committed Jun 17, 2016
1 parent f4f6f0f commit b2c549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ instrument pack if one is not specified.</td>
<tr>
<td valign="top"><code>load(json)</code></td>
<td valign="top"><code>json: JSON</code></td>
<td>Load a song into Band.js using JSON. Format is: (**This will erase your current song and overwrite it with this new one**)<br>
<td>Load a song into Band.js using JSON. Returns the Player Class. Format is: (**This will erase your current song and overwrite it with this new one**)<br>
<pre>{
timeSignature: [4, 4],
tempo: 100,
Expand Down

0 comments on commit b2c549a

Please sign in to comment.