6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
function onmessage(def) {
|
|
new Graph(def);
|
|
}
|
|
|
|
<!--# include file="Graph.js" -->
|