• Overall improvements

    1) bind -> changed to on() - jquery best practice
    2) var that; var base; var thiz all context varible single code style: _this
    3) code style improvements for variables
    4) return have extra line before
    5) jquery objects have $ in variable name
    6) preventDefault shorthand for jquery. $this.on('click', false);
    pavelthq committed Nov 4, 2015
    Copy the full SHA
    7be17cc View commit details
    Browse the repository at this point in the history