Three.js doesn't start rendering automatically on Plunker

I got a random example from the topic:

Copied it to Plunker: Plunker - Three.js Topic. Mouse wheel rotate geometry Preview works nice. Maybe this problem is related to Fetch API (that I use to load models from Collada by loadAsync) on Plunker, but I am not sure. I will try to use callbacks instead of loadAsync.