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

Update refresh and handle attributes without values #67

Merged
merged 2 commits into from
Jun 28, 2016

Commits on Apr 19, 2016

  1. fix(refresh): use this.parseDOM for refresh

    Fix for issue mentioned in MoOx#36
    compressed committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    beaa21f View commit details
    Browse the repository at this point in the history
  2. fix(attributes): for attributes without a value, add only the attribute

    Some attributes, such as `itemscope` have no corresponding value. This
    change allows them to still be set.
    compressed committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    bf71894 View commit details
    Browse the repository at this point in the history