Skip to content

Commit 4bdb4f5

Browse files
committed
fixed jshint warning
1 parent 99aef48 commit 4bdb4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.HTMLplus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
$.each(options.tags,function(i,tag){
3636
if(!inArray(tag,options.disableTags)){
3737
var nodes;
38-
if(tag=='A') nodes=$root;
38+
if(tag==='A') nodes=$root;
3939
else{
4040
nodes=$(tag+'[class]',$root);
4141
if($root.is(tag+'[class]')) nodes.push($root.get(0));

0 commit comments

Comments
 (0)