Remove unimplemented PeriodicWave stub

This commit is contained in:
Fernando Jiménez Moreno 2018-07-11 17:50:20 +02:00
parent ebcbe2ff7d
commit b68c791b8d
5 changed files with 2 additions and 63 deletions

View file

@ -18,7 +18,7 @@ dictionary OscillatorOptions : AudioNodeOptions {
OscillatorType type = "sine";
float frequency = 440;
float detune = 0;
PeriodicWave periodicWave;
// PeriodicWave periodicWave;
};
[Exposed=Window,