Update refresh and handle attributes without values #67
@@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
var parseDom = require("./parse-dom")
|
|
||||||
|
|
||||||
module.exports = function(el) {
|
module.exports = function(el) {
|
||||||
parseDom(el || document)
|
this.parseDOM(el || document)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user