Skip to content

Commit

Permalink
README++
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 10, 2013
1 parent dd11934 commit aef6189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node-weak
=========
### Make weak references to JavaScript Objects.
[![Build Status](https://secure.travis-ci.org/TooTallNate/node-weak.png)](http://travis-ci.org/TooTallNate/node-weak)
[![Build Status](https://travis-ci.org/TooTallNate/node-weak.png?branch=refactor/nan)](https://travis-ci.org/TooTallNate/node-weak)

On certain rarer occasions, you run into the need to be notified when a JavaScript
object is going to be garbage collected. This feature is exposed to V8's C++ API,
Expand Down

0 comments on commit aef6189

Please sign in to comment.