PencilCode / pencilcode

An online IDE for kids: pencilcode.net.
http://dev.pencilcode.net/
MIT License
167 stars 100 forks source link

Update Callbacks in View to Accomodate Multiple Listeners #160

Closed calistenson closed 9 years ago

calistenson commented 9 years ago

Changed callbacks into a list in view.

davidbau commented 9 years ago

For some reason travis is reporting a syntax error, which I don't see in the code. I'll have travis rerun tests.

xinan commented 9 years ago

I think it fails because this branch hasn't been merged with the browserify change. It is still using requirejs. But not sure why Travis is running browserify for it. If it hasn't get merged, the gruntfile.js shouldn't update.

xinan commented 9 years ago

calistenson wants to merge 3 commits into PencilCode:master from davidbau:fix_fireEvents

Why is it david's repo :flushed: And that repo is 182 commits behind PencilCode:master