mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
10 lines
79 B
JavaScript
10 lines
79 B
JavaScript
/**
|
|
* This is edge model
|
|
*
|
|
*/
|
|
|
|
function EdgeModel()
|
|
{
|
|
this.width = 4;
|
|
}
|