aa
This commit is contained in:
6
graph.js
6
graph.js
@@ -5,6 +5,8 @@ class Cxn {
|
||||
}
|
||||
}
|
||||
|
||||
window.Cxn = Cxn
|
||||
|
||||
class SearchData {
|
||||
constructor(id, dist = Infinity, last = undefined, custom = {}) {
|
||||
this.id = id
|
||||
@@ -37,6 +39,8 @@ class SearchData {
|
||||
}
|
||||
}
|
||||
|
||||
window.SearchData = SearchData
|
||||
|
||||
class Node {
|
||||
static GLOBAL_ID = 0
|
||||
|
||||
@@ -130,3 +134,5 @@ class Node {
|
||||
}
|
||||
}
|
||||
|
||||
window.Node = Node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user