From ceea51f88cfee704002f02d98a06036aa8a9cf36 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Fri, 18 Mar 2016 11:51:57 +0100 Subject: [PATCH] un-deprecate AudioBufferSourceNode.buffer --- src/main/scala/org/scalajs/dom/raw/Audio.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/scala/org/scalajs/dom/raw/Audio.scala b/src/main/scala/org/scalajs/dom/raw/Audio.scala index 4ade2f414..2fb6dfb44 100644 --- a/src/main/scala/org/scalajs/dom/raw/Audio.scala +++ b/src/main/scala/org/scalajs/dom/raw/Audio.scala @@ -437,7 +437,6 @@ trait AudioBufferSourceNode extends AudioNode { /** Is an AudioBuffer that defines the audio asset to be played, or when * set to the value null, defines a single channel of silence. */ - @deprecated("Should no longer be used, but will probably still work.", "forever") var buffer: AudioBuffer = js.native /** Is an a-rate AudioParam that defines the speed factor at which the