You can buy this project and download/modify it how often you want.
function Connection(object) { this.x = parseInt(object.x); this.y = parseInt(object.y); }