Comparing version 3.1.3 to 3.1.4
@@ -338,3 +338,4 @@ (function (document) { | ||
for (var i = 0; i < this.nodes.length; i++) { | ||
if (this.nodes[i].matches(query)) { | ||
// TODO: Use polyfill for work in Opera 12.16. | ||
if (this.nodes[i].matches && this.nodes[i].matches(query)) { | ||
return this.nodes[i]; | ||
@@ -341,0 +342,0 @@ } |
{ | ||
"name": "monkberry", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "JavaScript DOM Template Engine", | ||
@@ -5,0 +5,0 @@ "bin": "bin/monkberry", |
82246
1765