From 9094f4b6ca29ce1e64921542e2e0a033c241865f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Henry=20Gr=C3=BCnzig?= Date: Wed, 3 Nov 2010 09:52:20 +0100 Subject: [PATCH] fix/jakefile deleted dead util var because of the last change from sys to util, there was a naming conflict. deleted the unsed util var in function context to make the global util var working --- geddy-core/scripts/Jakefile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/geddy-core/scripts/Jakefile.js b/geddy-core/scripts/Jakefile.js index 7a16890c..1bcc51ac 100644 --- a/geddy-core/scripts/Jakefile.js +++ b/geddy-core/scripts/Jakefile.js @@ -98,7 +98,6 @@ task('app', [], function (appName) { // TODO: Refactor to modularize redundant code with controller task desc(''); task('resource', [], function (nameParam) { - var util = {}; var text, contents; var filePath; var fleegix = require('../lib/fleegix'); @@ -195,7 +194,6 @@ task('resource', [], function (nameParam) { // TODO: Refactor to modularize redundant code with resource task desc(''); task('controller', [], function (nameParam) { - var util = {}; var text, contents; var filePath; var fleegix = require('../lib/fleegix');