Skip to content

Commit

Permalink
use GC (instance) instead of gc.
Browse files Browse the repository at this point in the history
  • Loading branch information
erenon committed Jul 13, 2011
1 parent 5adbc1f commit 83372c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ To use in a script:
var gc = require("./gc"); var gc = require("./gc");


var GC = new gc.GC(); var GC = new gc.GC();
gc.collect(); GC.collect();


run test.js for a full example. run test.js for a full example.

0 comments on commit 83372c4

Please sign in to comment.