Y.LeftSquareArrow = function( terminal1, terminal2, parentEl, options) {
    Y.LeftSquareArrow.superclass.constructor.call(this, terminal1, terminal2, parentEl, options);
};