graphonline/script/EdgeModel.js
2017-04-15 01:34:36 +03:00

10 lines
79 B
JavaScript

/**
* This is edge model
*
*/
function EdgeModel()
{
this.width = 4;
}