Matthias Zauner
Matthias Zauner
Ok super, I'll try it now. Making it JSLint conform is nice. Don't think, those changes will cause trouble when mergin. I saw you removed the check in Pin.setValue() again,...
Oyeah, that's great, hah! A few things I noticed while checking briefly: - when determining the file extension, you should consider URLs as well -- there are more than one...
I guess the bug with the filename change is because there's something like this: ``` javascript if (filenameIn.pinIsChanged()) { ... createAudio(); ... } ``` which will create a new audio...