mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Change script location.
Split js code. Added cache and changed loading mechanism for js sources.
This commit is contained in:
11
script/entities/graph/api/index.js
Normal file
11
script/entities/graph/api/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
let modulDir = "entities/graph/";
|
||||
|
||||
doInclude ([
|
||||
include ("shared/point.js"),
|
||||
include ("entities/edge/api/index.js"),
|
||||
include ("entities/vertex/api/index.js"),
|
||||
include ("model/Graph.js", modulDir)
|
||||
])
|
||||
}
|
||||
1395
script/entities/graph/model/Graph.js
Normal file
1395
script/entities/graph/model/Graph.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user