"use strict"; function ConnectionLine(src) { Object2D.call(this); } ConnectionLine.prototype = Object.create(Object2D.prototype); ConnectionLine.prototype.draw = function(context) { //TODO };