Make the AudioContext object have a constructor
authorEhsan Akhgari <ehsan@mozilla.com>
Fri, 24 Aug 2012 18:27:29 -0400
changeset 146 e3c6f275ee2b
parent 145 f3968573765c
child 147 c1df1405da5e
Make the AudioContext object have a constructor
webaudio/specification.html
--- a/webaudio/specification.html	Fri Aug 24 15:54:10 2012 -0400
+++ b/webaudio/specification.html	Fri Aug 24 18:27:29 2012 -0400
@@ -707,6 +707,7 @@
 
 callback AudioBufferCallback = void (AudioBuffer decodedData);
 
+[Constructor]
 interface <dfn id="dfn-AudioContext">AudioContext</dfn> {
 
     readonly attribute AudioDestinationNode destination;