From e7b37f8671ef93f26150d8db441c624c4ccdca4f Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 16 May 2013 11:29:02 +0100 Subject: [PATCH] Cleaning up global statement --- core/ghost.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/ghost.js b/core/ghost.js index d227f84a0d..154f3d9c5f 100644 --- a/core/ghost.js +++ b/core/ghost.js @@ -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";