Created
December 25, 2012 18:21
-
-
Save anonymous/4374624 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
SC.draw = function () { | |
var renderer = SC.renderer2d; | |
renderer.requestAnimFrame.call(window, function() { renderer.draw(); }); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment