Skip to content

Instantly share code, notes, and snippets.

@rodriguezartav
Created October 13, 2011 18:40
Show Gist options
  • Save rodriguezartav/1285077 to your computer and use it in GitHub Desktop.
Save rodriguezartav/1285077 to your computer and use it in GitHub Desktop.
Haml Spine Template
#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