Skip to content

Instantly share code, notes, and snippets.

@cjblomqvist
Created July 21, 2012 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjblomqvist/3154517 to your computer and use it in GitHub Desktop.
Save cjblomqvist/3154517 to your computer and use it in GitHub Desktop.
ready(function(model) {
app.on('render', function(ctx) {
// Do your FB and Google+ init here - read more about it (the render event) here: https://github.com/codeparty/derby/commit/bbc33f8b03b7df5c8c070e93ac387971b79b3a98 (first init) and here: https://github.com/codeparty/derby/commit/a1376e57fee148ef3677d5a2aef02626b32ccbc8 (update and more specifics of how it can be used) as well as the History.md for 0.3.11: https://github.com/codeparty/derby/blob/master/History.md
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment