Skip to content

Commit

Permalink
Update node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Feb 19, 2022
1 parent 91b943f commit 6a59f6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ let node_prototype = {

get_board: function() {

if (this.__board) {
return this.__board;
}

let nodes_without_boards = [];

let nd = this;
Expand Down

0 comments on commit 6a59f6d

Please sign in to comment.