Created
May 27, 2014 22:18
-
-
Save alykat/617726d4591ea28e630d to your computer and use it in GitHub Desktop.
Blog Post: dailygraphics pym child
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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