Skip to content

Commit

Permalink
requires
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Dec 22, 2009
1 parent ed8f779 commit 3db9153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions journey.js
@@ -1,6 +1,6 @@
var sys = require("sys"),
http = require("http"),
posix = require("posix");
http = require("http"),
posix = require("posix");

var proto = posix.cat('./proto.js').wait();
process.compile(proto, "proto");
Expand Down
7 changes: 3 additions & 4 deletions test.js
@@ -1,8 +1,7 @@

var sys = require('sys');
var http = require('http');
var assert = require('assert');
var journey = require('./journey');
var sys = require('sys'),
http = require('http'),
assert = require('assert');

var mock = {
mockRequest: function (method, path, headers) {
Expand Down

0 comments on commit 3db9153

Please sign in to comment.