0
Fork 0
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:
Hannah Wolfe 2013-05-16 11:29:02 +01:00
parent 7cac1de6be
commit e7b37f8671

View file

@ -1,11 +1,7 @@
// # Ghost Module
// Defines core methods required to build the frontend
/**
* global module,
* require,
* __dirname
**/
/*global module, require, __dirname */
(function () {
"use strict";