0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/loader.js

7 lines
154 B
JavaScript
Raw Normal View History

// Loader to create the Ember.js application
/*global require */
2014-11-26 23:06:24 -05:00
if (!window.disableBoot) {
window.App = require('ghost/app')['default'].create();
}