davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
327 stars 63 forks source link

Adding scope object #220

Closed rumblesan closed 10 years ago

rumblesan commented 10 years ago

OK, this should merge fine now, after a healthy dose of rebasing.

This adds in a single scope object, so any variables/functions that need to be added to the global namespace so they can be called from the patch need to be added through this.

Seems to be working fine, one or two issues that needed fixing after the rebase, but it seems pretty solid now.

davidedc commented 10 years ago

:+1: