Created
August 5, 2012 11:35
-
-
Save deciob/3264084 to your computer and use it in GitHub Desktop.
chaplin-links-3
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
// Bootstrap the application | |
require(['chaplin_links_application'], function (LinksApplication) { | |
var app = new LinksApplication(); | |
app.initialize(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment