mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-08-28 04:52:58 +00:00
43a4b44a22
Split js code. Added cache and changed loading mechanism for js sources.
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
{
|
|
let modulDir = "features/serialization/";
|
|
|
|
doInclude ([
|
|
include ("model/GraphMLCreator.js", modulDir)
|
|
])
|
|
|
|
} |