Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolan McMahon committed Oct 29, 2011
2 parents 3abe84e + e666f74 commit c1df68c
Show file tree
Hide file tree
Showing 17 changed files with 725 additions and 343 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ stamp-build
*~
gmon.out
v8.log
node_modules
2 changes: 1 addition & 1 deletion bin/nodeunit
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var
require('../deps/console.log');

//require.paths.push(process.cwd());
var args = process.ARGV.slice(2);
var args = (process.ARGV || process.argv).slice(2);

var files = [];

Expand Down
4 changes: 1 addition & 3 deletions deps/json2.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@
// Create a JSON object only if one does not already exist. We create the
// methods in a closure to avoid creating global variables.

if (!this.JSON) {
this.JSON = {};
}
var JSON = {};

(function () {
"use strict";
Expand Down
Loading

0 comments on commit c1df68c

Please sign in to comment.