[Bug 15674] Minor typo: var sfx = new Audio('sfx.wav'); var sounds = a.addTextTrack('metadata'); should (I think!) be var sfx = new Audio('sfx.wav'); var sounds = sfx.addTextTrack('metadata');

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15674

--- Comment #1 from contributor@whatwg.org 2012-04-19 23:53:17 UTC ---
Checked in as WHATWG revision r7061.
Check-in comment: Fix some typos or copypasta.
http://html5.org/tools/web-apps-tracker?from=7060&to=7061

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 19 April 2012 23:53:20 UTC