Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use hasOwnProperty to avoid overwriting prototype methods when mixing in behaviors (+test) #1473

Merged
merged 4 commits into from
Apr 30, 2015

Commits on Apr 30, 2015

  1. use hasOwnProperty to protect prototype methods from being overridd…

    …en by behaviors; prep own-behavior (prototype) last
    Scott J Miles committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    6745013 View commit details
    Browse the repository at this point in the history
  2. add behaviors test suite to runner

    Scott J Miles committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    f1214a2 View commit details
    Browse the repository at this point in the history
  3. add test to ensure prototype-methods are not overwritten by behavior …

    …methods
    Scott J Miles committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    6669671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    260dfdd View commit details
    Browse the repository at this point in the history