author | crogers |
Fri, 18 May 2012 15:37:27 -0700 | |
changeset 46 | 6e2bbe8fd261 |
parent 45 | 26a84e0c4232 |
child 47 | b4680b4ee21d |
webaudio/specification.html |
--- a/webaudio/specification.html Fri Apr 27 12:36:54 2012 -0700 +++ b/webaudio/specification.html Fri May 18 15:37:27 2012 -0700 @@ -687,9 +687,6 @@ constructed as follows: </p> <pre> var context = new AudioContext(); </pre> -<pre> // For the WebKit implementation this will be: - var context = new webkitAudioContext(); - </pre> <br />