Skip to content

Commit

Permalink
Use name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Sep 21, 2016
1 parent d458dd3 commit 4aa8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/annotations/annotations.html
Expand Up @@ -279,7 +279,7 @@
}
var name = slot.getAttribute('name');
if (name) {
content.setAttribute('select', '[slot=\'' + attr.value + '\']');
content.setAttribute('select', '[slot=\'' + name + '\']');
} else {
content.setAttribute('select', ':not([slot])');
}
Expand Down

0 comments on commit 4aa8da2

Please sign in to comment.