File size: 113 Bytes
bc20498 |
1 2 3 4 5 6 |
function LGraphObject(vGraphObject) {
this.vGraphObject = vGraphObject;
}
module.exports = LGraphObject;
|
bc20498 |
1 2 3 4 5 6 |
function LGraphObject(vGraphObject) {
this.vGraphObject = vGraphObject;
}
module.exports = LGraphObject;
|