Closed gobengo closed 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);
Backplane(doBackplaneStuff);
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);