We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a6f28 commit 5e58de8Copy full SHA for 5e58de8
docs/demos/movies/index.html
@@ -222,7 +222,7 @@ <h1 style="display: inline; margin-right: 20px;">Movie Browser</h1>
222
if (movie.depiction) {
223
const movieImage = document.createElement('img');
224
movieImage.src = movie.depiction;
225
- movieImage.class = "thumbnail";
+ movieImage.className = "thumbnail";
226
movieCard.appendChild(movieImage);
227
}
228
0 commit comments