Skip to content

Instantly share code, notes, and snippets.

@alykat
Created May 27, 2014 22:18
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 alykat/617726d4591ea28e630d to your computer and use it in GitHub Desktop.
Save alykat/617726d4591ea28e630d to your computer and use it in GitHub Desktop.
Blog Post: dailygraphics pym child
var pymChild = null;
...
$(window).load(function() {
pymChild = new pym.Child({
renderCallback: render
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment