Add getElements method

This commit is contained in:
Maxime Thirouin
2014-05-05 08:57:47 +02:00
parent f9a5116416
commit 90615f8ac8

View File

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