Skip to content

Commit

Permalink
Fix specific id selector doesnt work #281
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangarnier committed Dec 24, 2017
1 parent 30a5f53 commit 7ecf242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anime.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
}

function selectString(str) {
if (is.col(str)) return;
try {
let nodes = document.querySelectorAll(str);
return nodes;
Expand Down

0 comments on commit 7ecf242

Please sign in to comment.