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 aef6189 commit a60a207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
node-weak node-weak
========= =========
### Make weak references to JavaScript Objects. ### Make weak references to JavaScript Objects.
[![Build Status](https://travis-ci.org/TooTallNate/node-weak.png?branch=refactor/nan)](https://travis-ci.org/TooTallNate/node-weak) [![Build Status](https://travis-ci.org/TooTallNate/node-weak.png?branch=master)](https://travis-ci.org/TooTallNate/node-weak)


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

0 comments on commit a60a207

Please sign in to comment.