added/fixed headers t-z

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 02:59:02 +01:00
parent fae93966ad
commit d436daf4c2
18 changed files with 56 additions and 26 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
// Type definitions for the Web Audio API, currently only implemented in WebKit browsers (nightly builds)
// Conforms to the: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html specification
// Type definitions for the Web Audio API
// Definitions by: Baruch Berger (https://github.com/bbss)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
// Currently only implemented in WebKit browsers (nightly builds)
interface webkitAudioContext {
@@ -247,4 +248,4 @@ interface MediaStreamAudioSourceNode extends AudioSourceNode {
interface MediaStream {
}
}