Open okcoker opened 10 years ago
Instead of having to replace the actual onenter, onchange, onexit, onerror functions right on the BigScreen object, now you can subscribe to them like:
onenter
onchange
onexit
onerror
BigScreen
BigScreen.on('enter', function() { ... })
Instead of having to replace the actual
onenter
,onchange
,onexit
,onerror
functions right on theBigScreen
object, now you can subscribe to them like:BigScreen.on('enter', function() { ... })