diff light9/web/graph.coffee @ 1346:2809a8b732f6

optimize graph lookup calls during zoom steps Ignore-this: ab3499a36e5bc2e495fe4abdd2209e35
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 05 Jun 2016 02:04:12 +0000
parents 8406a9fbeb9d
children 5c54a1f94050
line wrap: on
line diff
--- a/light9/web/graph.coffee	Sun Jun 05 00:49:15 2016 +0000
+++ b/light9/web/graph.coffee	Sun Jun 05 02:04:12 2016 +0000
@@ -1,3 +1,5 @@
+log = console.log
+
 # Patch is {addQuads: <quads>, delQuads: <quads>}
 # <quads> is [{subject: s, ...}, ...]