qiao / heap.js

A binary heap implementation in CoffeeScript/JavaScript.
MIT License
125 stars 27 forks source link

updateItem not exposed as static method #10

Closed aesilberstein closed 10 years ago

aesilberstein commented 10 years ago

looks like a 1 line fix to the list of static prototypes

qiao commented 10 years ago

Resolved in 42bfc49. The latest version is published on npm. Happy hacking :)