Expose MediaElement constructor.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 23 Sep 2014 16:12:30 +0000 (18:12 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 23 Sep 2014 16:12:30 +0000 (18:12 +0200)
src/yuu/audio.js

index 881924e..128ff84 100644 (file)
 
         sampleRate: { alias: "_ctx.sampleRate" },
         createGain: { proxy: "_ctx.createGain" },
+        createMediaElementSource: { proxy: "_ctx.createMediaElementSource" },
         createOscillator: { proxy: "_ctx.createOscillator" },
     });