Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/card/x-cards-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@apply(--layout-fit);
}
</style>

<div id="placeholder"></div>
<div id="container">
<content select="div"></content>
Expand Down
2 changes: 1 addition & 1 deletion demo/list/full-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
</div>

</template>
</dom-module>

Expand Down
2 changes: 1 addition & 1 deletion demo/tiles/squares-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
background: var(--color-two);
}
</style>

<div id="header" class="header"></div>

<div class="body">
Expand Down
2 changes: 1 addition & 1 deletion neon-animatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
display: block;
}
</style>

<content></content>
</template>

Expand Down
2 changes: 1 addition & 1 deletion neon-animated-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
pointer-events: none;
}
</style>

<content id="content"></content>
</template>

Expand Down
2 changes: 1 addition & 1 deletion neon-animation-runner-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
try {
result = neonAnimation.configure(config);
// Check if we have an Effect rather than an Animation
if (typeof result.cancel != 'function') {
if (typeof result.cancel != 'function') {
result = document.timeline.play(result);
}
} catch (e) {
Expand Down