commit | 7524be16c71468d6511d3b08cfd2520cd39fd4d4 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jun 01 17:31:33 2016 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Aug 15 21:00:08 2016 +0200 |
tree | 4a1e7f5b6af29ccb8c12d3c19aa7f186e265fbcb | |
parent | 00cd4d1294a185e38b9a804860793af0c24bf07b [diff] [blame] |
Introduced benchmark system
diff --git a/dev/js/src/match/tree.js b/dev/js/src/match/tree.js index dcecd5e..5e39a1a 100644 --- a/dev/js/src/match/tree.js +++ b/dev/js/src/match/tree.js
@@ -1,6 +1,8 @@ /** * Visualize span annotations as a tree * using Dagre. + * + * This should be lazy loaded! */ define(['lib/dagre'], function (dagre) { "use strict";