Skip to content

1.3 Overall improvements

Compare
Choose a tag to compare
@pavelthq pavelthq released this 04 Nov 10:32
· 52 commits to master since this release

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);