Skip to content

Commit

Permalink
fix/jakefile deleted dead util var
Browse files Browse the repository at this point in the history
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
  • Loading branch information
scasei committed Nov 3, 2010
1 parent 4afde57 commit 9094f4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geddy-core/scripts/Jakefile.js
Expand Up @@ -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');
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit 9094f4b

Please sign in to comment.