Add missing semicolon

This commit is contained in:
Oswaldo Acauan 2016-12-19 11:35:33 +00:00
parent 66478d0c55
commit d1c4116aee

View File

@ -43,7 +43,7 @@ class AudioStreamVolume extends Component {
instant: 0,
slow: 0,
});
this.createAudioContext()
this.createAudioContext();
});
}
}