Skip to content

Commit

Permalink
removing underscore dependency
Browse files Browse the repository at this point in the history
Summary: mainly so we can performance test these iterators more carefully

Test Plan: make test

Reviewers: danny

Reviewed By: danny

CC: josh, diana

Differential Revision: https://50.18.170.14/D4572
  • Loading branch information
cixzhang committed Jan 22, 2015
1 parent 5331ced commit 712a673
Show file tree
Hide file tree
Showing 12 changed files with 1,255 additions and 1,525 deletions.
2 changes: 1 addition & 1 deletion .groc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"glob": ["README.md", "modules/grapher.js", "modules/color.js"]
"glob": ["README.md", "modules/*.js"]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WebGL/Canvas Network Graphing using PIXI.js.

Download
--------
Grapher comes bundled with PIXI.js and Underscore (v.1.6.0).
Grapher comes bundled with PIXI.js.

* [bundled](http://ayasdi.github.io/grapher/build/grapher.js)
* [bundled-min](http://ayasdi.github.io/grapher/build/grapher-min.js)
Expand Down
4 changes: 2 additions & 2 deletions build/grapher-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 712a673

Please sign in to comment.