aviacommerce / avia

open source e-commerce framework
https://aviacommerce.netlify.app/
MIT License
529 stars 113 forks source link

function rebinding fixes #474

Closed jyotigautam closed 5 years ago

jyotigautam commented 5 years ago

Why?

To remove redundant rebinding of functions.

This change addresses the need by:

rebinding only the functions in dom whose target element is updated dynamically.

Checklist

codecov[bot] commented 5 years ago

Codecov Report

Merging #474 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #474   +/-   ##
========================================
  Coverage    79.03%   79.03%           
========================================
  Files          176      176           
  Lines         2208     2208           
========================================
  Hits          1745     1745           
  Misses         463      463

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2696265...3da5902. Read the comment docs.