Skip to content

Commit

Permalink
Merge pull request #5 from decause/patch-1
Browse files Browse the repository at this point in the history
Fixed missing semicolon on line 164
  • Loading branch information
andrespagella committed Feb 17, 2012
2 parents b41aebe + 6ac45df commit cc402ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex14-gui-sound.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}

if (failures !== sources.length) {
su = new SoundUtil()
su = new SoundUtil();
return true;
} else {
return false;
Expand Down

1 comment on commit cc402ba

@joshfi
Copy link

@joshfi joshfi commented on cc402ba Jul 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi

Please sign in to comment.