Skip to content

Commit

Permalink
Make swank.js a node program.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Feb 4, 2012
1 parent 44f8095 commit 822ae32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swank.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
// -*- mode: js2 -*-
//
// Copyright (c) 2010 Ivan Shvedunov. All rights reserved.
Expand Down Expand Up @@ -458,4 +459,4 @@ io.sockets.on(
// TBD: handle/add X-Forwarded-For headers
// TBD: fix all assert calls: we need (actual, expected) not (expected, actual)
// TBD: invoke SwankJS.setup() only when DOM is ready (at least in IE)
// TBD: timeouts for browser requests
// TBD: timeouts for browser requests

0 comments on commit 822ae32

Please sign in to comment.