Update refresh and handle attributes without values #67

Merged
compressed merged 2 commits from refresh into master 2016-06-28 00:17:43 -05:00

2 Commits

Author SHA1 Message Date
Christopher Brickley
bf71894395 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.
2016-04-19 12:15:39 -04:00
Christopher Brickley
beaa21fb3a fix(refresh): use this.parseDOM for refresh
Fix for issue mentioned in #36
2016-04-19 12:13:14 -04:00