Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mirador Video
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
IIIF
Mirador
Mirador Video
Commits
cf40c6e1
Commit
cf40c6e1
authored
7 years ago
by
Eugene Petkevich
Committed by
Jack Reed
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix closing comment in Getting Started (#1530)
A small fix -- the closing slash was absent in a comment.
parent
14beda5e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/getting-started.md
+1
-1
1 addition, 1 deletion
docs/getting-started.md
with
1 addition
and
1 deletion
docs/getting-started.md
+
1
−
1
View file @
cf40c6e1
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment