Ver código fonte

Update view-grapher.js

Lutz Roeder 4 anos atrás
pai
commit
5419db40f3
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      source/view-grapher.js

+ 1 - 0
source/view-grapher.js

@@ -302,6 +302,7 @@ grapher.Node.Header = class {
     }
 
     update(parent, top, width) {
+        const document = this._document;
         const dx = width - this.width;
         for (let i = 0; i < this._entries.length; i++) {
             const entry = this._entries[i];