diff options
Diffstat (limited to 'js/lib')
| -rw-r--r-- | js/lib/node.js | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lib/node.js b/js/lib/node.js index 7e236d0..81bda05 100644 --- a/js/lib/node.js +++ b/js/lib/node.js @@ -76,6 +76,8 @@ function Node(nodeType, pos) {      this.list_data = undefined;      this.tight = undefined;      this.info = undefined; +    this.destination = undefined; +    this.title = undefined;  }  Node.prototype.isContainer = function() {  | 
