Add getElements method

This commit is contained in:
Maxime Thirouin
2014-05-05 08:57:47 +02:00
parent 0d6643cf7a
commit 3f3fa761e1

View File

@@ -0,0 +1,3 @@
module.exports = function(el) {
return el.querySelectorAll(this.options.elements)
}