Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzzy committed Dec 1, 2011
1 parent d64de6a commit a655f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeservo/client.html
Expand Up @@ -72,7 +72,7 @@
}
break;

case MUTATE_ATTR:
case MUTATE_REMOVE_ATTR:
if (mutation.ns) {
target.removeAttributeNS(mutation.ns, mutation.name);
}
Expand Down

0 comments on commit a655f2f

Please sign in to comment.