Skip to content

Commit

Permalink
Updated readme and added informative comment on nightly build definit…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
bbss committed Nov 22, 2012
1 parent 9c62cfa commit 50edcd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webaudioapi/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ The WebKit nightly builds try to keep up with the editors draft version of the s
### Adding the reference to your project

/// <reference path="waa.d.ts" />
or
/// <reference path="waa-nightly.d.ts" />
5 changes: 5 additions & 0 deletions webaudioapi/waa-nightly.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +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
// Definitions by: Baruch Berger (https://github.com/bbss)
// Definitions: https://github.com/borisyankov/DefinitelyTyped

interface webkitAudioContext {

destination: AudioDestinationNode;
Expand Down

0 comments on commit 50edcd2

Please sign in to comment.