HoriSun / closure-compiler

Automatically exported from code.google.com/p/closure-compiler
0 stars 0 forks source link

Patch for /contrib/externs/w3c_audio.js #1316

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Renamed "RealtimeAnalyserNode" to "AnalyserNode" because the former does not 
exist in the specification, that latter does.

Added a new "RealtimeAnalyserNode" constructor (flagged it as depreciated) that 
extends "AnalyserNode" to avoid a breaking change.

Updated the "AudioContext.prototype.createAnalyser" annotation to reflect the 
aforementioned changes.

Original issue reported on code.google.com by RetroModular on 25 Apr 2014 at 5:00

Attachments:

GoogleCodeExporter commented 9 years ago
Issue tracking has been migrated to github. Please make any further comments on 
this issue through https://github.com/google/closure-compiler/issues

Original comment by blic...@google.com on 1 May 2014 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by blic...@google.com on 1 May 2014 at 6:34