Skip to content
Snippets Groups Projects
Commit cf40c6e1 authored by Eugene Petkevich's avatar Eugene Petkevich Committed by Jack Reed
Browse files

Fix closing comment in Getting Started (#1530)

A small fix -- the closing slash was absent in a comment.
parent 14beda5e
Branches
Tags
No related merge requests found
...@@ -30,7 +30,7 @@ To initialize Mirador, it needs to be attached to an existing HTML **div** throu ...@@ -30,7 +30,7 @@ To initialize Mirador, it needs to be attached to an existing HTML **div** throu
$(function() { $(function() {
Mirador({ Mirador({
id: "viewer", id: "viewer",
data: [/* Manifests and collections here *] data: [/* Manifests and collections here */]
}); });
}); });
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment