Created
October 13, 2011 18:40
-
-
Save rodriguezartav/1285077 to your computer and use it in GitHub Desktop.
Haml Spine Template
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
#content | |
#app_canvas | |
:javascript | |
var exports = this; | |
jQuery(function(){ | |
var App = require("app"); | |
exports.App = new App({el: $("#app_canvas") }); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment