Skip to content

Commit

Permalink
Fixed errors with the last commit. Reminder to self: don't skimp on t…
Browse files Browse the repository at this point in the history
…esting.
  • Loading branch information
steveWang committed May 27, 2011
1 parent 38e25bc commit 657b2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/fileServer.js
@@ -1,4 +1,5 @@
var fs = require('fs');
var nowUtil = require('./nowUtil').nowUtil;

var fileCache = {};
var nowFileCache = {};
Expand Down
2 changes: 1 addition & 1 deletion lib/wrap.js
Expand Up @@ -7,8 +7,8 @@
* This file contains source code from node-sesame by James Halliday
* Copyright 2010 James Halliday (mail@substack.net)
*/

var Proxy = require('node-proxy');
var nowUtil = require('./nowUtil').nowUtil;

exports.wrap = function (store, scope, user) {

Expand Down

0 comments on commit 657b2f0

Please sign in to comment.