Skip to content

Commit

Permalink
Freeze the Object.prototype just for fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Aug 19, 2010
1 parent e3f08eb commit 7934ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helper.js
@@ -1,3 +1,4 @@
Object.freeze(Object.prototype);
require.paths.unshift('../lib');
global.assert = require('assert');
global.fs = require('fs');
Expand Down

0 comments on commit 7934ddc

Please sign in to comment.