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

Fixed this.$(selector) returning cached result #56

Merged
merged 1 commit into from Jun 20, 2014
Merged

Fixed this.$(selector) returning cached result #56

merged 1 commit into from Jun 20, 2014

Commits on Jun 18, 2014

  1. Fixed this.$(selector) returning cached result

    Existing usage of `this.$()` will continue to function the same way, while
    `this.$(selector)` will work similarly to `this.subject().$(selector)` but
    will first ensure that the subject has been rendered.
    
    Also deprecated `this.append()` in favor of its new name, `this.render()` to
    help better communicate its purpose.
    
    Fixes #55.
    chancancode committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    1425187 View commit details
    Browse the repository at this point in the history