Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
trying to get __dirname+path to work
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfl committed Nov 27, 2010
1 parent fdb7a62 commit 3e2bd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/boxed.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var global = this,
exports={},
__dirname="/",
__dirname="./",
__filename="main.js";

(function () {
Expand Down

0 comments on commit 3e2bd53

Please sign in to comment.