[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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ian@hixie.ch
         Resolution|                            |FIXED

-- 
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:51:54 UTC