Comparing version 0.1.15 to 0.1.16
/* | ||
nut, the concise CSS selector engine | ||
Version : 0.1.15 | ||
Version : 0.1.16 | ||
Author : Aurélien Delogu (dev@dreamysource.fr) | ||
@@ -61,3 +61,3 @@ Homepage : https://github.com/pyrsmk/nut | ||
var node=document.getElementById(selector); | ||
if(node===null){ | ||
if(!node){ | ||
return []; | ||
@@ -156,4 +156,3 @@ } | ||
// Init vars | ||
var nodes=[], | ||
context, | ||
var context, | ||
local_contexts, | ||
@@ -163,2 +162,3 @@ future_local_contexts, | ||
elements, | ||
nodes, | ||
i=-1, | ||
@@ -165,0 +165,0 @@ j,k,l,m,n,o, |
{ | ||
"name" : "nut", | ||
"description" : "The concise CSS selector engine", | ||
"version" : "0.1.15", | ||
"version" : "0.1.16", | ||
"author" : "Aurélien Delogu <pyrsmk@dreamysource.fr> (http://dreamysource.fr)", | ||
@@ -6,0 +6,0 @@ "repository" : { |
7858