1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-23 19:02:29 +03:00
Ghost/ghost/admin/loader.js
2014-11-26 23:20:50 -05:00

7 lines
154 B
JavaScript

// Loader to create the Ember.js application
/*global require */
if (!window.disableBoot) {
window.App = require('ghost/app')['default'].create();
}