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
Showing only changes of commit beaa21fb3a - Show all commits

View File

@@ -1,6 +1,3 @@
var parseDom = require("./parse-dom")
module.exports = function(el) {
parseDom(el || document)
this.parseDOM(el || document)
}