mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Add jscs task to grunt file and clean up files to adhere to jscs rules.
resolves #1920 - updates all files to conform to style settings.
This commit is contained in:
parent
75dee2f283
commit
a4ef0c7118
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// Loader to create the Ember.js application
|
||||
/*global require */
|
||||
|
||||
window.App = require('ghost/app')['default'].create();
|
||||
window.App = require('ghost/app')['default'].create();
|
||||
|
|
Loading…
Add table
Reference in a new issue