Skip to content

Commit

Permalink
Merge pull request #628 from garethwhittaker/master
Browse files Browse the repository at this point in the history
Correct documentation regarding 'noAudio' property
  • Loading branch information
goldfire authored Sep 30, 2016
2 parents a8247cc + e88e1a6 commit 1a7e81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Unload and destroy a Howl object. This will immediately stop all sounds attached
#### usingWebAudio `Boolean`
`true` if the Web Audio API is available.
#### noAudio `Boolean`
`true` if any audio is available.
`true` if no audio is available.
#### mobileAutoEnable `Boolean` `true`
Automatically attempts to enable audio on mobile (iOS, Android, etc) devices.
#### autoSuspend `Boolean` `true`
Expand Down

0 comments on commit 1a7e81c

Please sign in to comment.