Bug 21517: Remove AudioContext constructor code example
authorcrogers
Fri, 05 Apr 2013 16:10:29 -0700
changeset 287 842c7ffec244
parent 286 9835d4ab4d89
child 288 29da517f565e
Bug 21517: Remove AudioContext constructor code example
webaudio/specification.html
--- a/webaudio/specification.html	Fri Apr 05 16:05:49 2013 -0700
+++ b/webaudio/specification.html	Fri Apr 05 16:10:29 2013 -0700
@@ -790,12 +790,9 @@
 href="#AudioDestinationNode-section"><code>AudioDestinationNode</code></a>
 (what the user ultimately hears). Nodes are created from the context and are
 then <a href="#ModularRouting-section">connected</a> together. In most use
-cases, only a single AudioContext is used per document. An AudioContext is
-constructed as follows: </p>
-<pre>        var context = new AudioContext();
-        </pre>
-<br />
-
+cases, only a single AudioContext is used per document.</p>
+
+<br>
 
 <div class="block">