Skip to content

Instantly share code, notes, and snippets.

@lsmith
Created May 28, 2009 16:27
Show Gist options
  • Save lsmith/119421 to your computer and use it in GitHub Desktop.
Save lsmith/119421 to your computer and use it in GitHub Desktop.
YAHOO.my.app._dashboadCallback = function (e) {
alert('subscriber');
YAHOO.my.app.dashboardChangeEvent.unsubscribe(YAHOO.my.app._dashboardCallback);
};
YAHOO.my.app.dashboardChangeEvent.subscribe(YAHOO.my.app._dashboadCallback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment