mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 22:44:07 +03:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
|
function configureApp(App) {
|
||
|
if (!App instanceof Ember.Application) {
|
||
|
return;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export default configureApp;
|