backplanespecs / backplane-core

Backplane Core Specification
16 stars 3 forks source link

Add Backplane.onInit() to register callback functions once a channelID ha #2

Closed gobengo closed 13 years ago

gobengo commented 13 years ago

Add Backplane.onInit() to register callback functions once a channelID has been acquired.

Also change Backplane object to a Function that accepts a callback function to be executed onInit.

New use-case: Backplane(doBackplaneStuff);