BigScreen
BigScreen copied to clipboard
Add on/off methods for subscribing to events
Instead of having to replace the actual onenter, onchange, onexit, onerror functions right on the BigScreen object, now you can subscribe to them like:
BigScreen.on('enter', function() { ... })