Inline small functions
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
module.exports = function(el) {
|
||||
return el.querySelectorAll(this.options.elements)
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
var forEachEls = require("../foreach-els")
|
||||
|
||||
var parseElement = require("./parse-element")
|
||||
|
||||
module.exports = function(el) {
|
||||
forEachEls(this.getElements(el), parseElement, this)
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
module.exports = function(el) {
|
||||
this.parseDOM(el || document)
|
||||
}
|
||||
Reference in New Issue
Block a user