You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sound/BaseSoundManager.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ var BaseSoundManager = new Class({
275
275
* Method used internally for unlocking audio playback on devices that
276
276
* require user interaction before any sound can be played on a web page.
277
277
*
278
-
* Read more about how this issue is handled here in [this article](TODO add link).
278
+
* Read more about how this issue is handled here in [this article](https://medium.com/@pgoloskokovic/unlocking-web-audio-the-smarter-way-8858218c0e09).
0 commit comments