mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Cleaning up global statement
This commit is contained in:
parent
7cac1de6be
commit
e7b37f8671
1 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,7 @@
|
||||||
// # Ghost Module
|
// # Ghost Module
|
||||||
// Defines core methods required to build the frontend
|
// Defines core methods required to build the frontend
|
||||||
|
|
||||||
/**
|
/*global module, require, __dirname */
|
||||||
* global module,
|
|
||||||
* require,
|
|
||||||
* __dirname
|
|
||||||
**/
|
|
||||||
(function () {
|
(function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue