Commit 503b5263 authored by judell's avatar judell

fix erroneous docstring

parent 95d6943d
......@@ -104,7 +104,7 @@ var embedGenerators = [
/** Match Internet Archive URLs
* The patterns are:
* 1. https://archive.org/embed/WHDH_20151121_043400_The_Tonight_Show_Starring_Jimmy_Fallon?start=360&end=420.3
* 2. https://archive.org/embed/WHDH_20151121_043400_The_Tonight_Show_Starring_Jimmy_Fallon?start=360&end=420.3
* 2. https://archive.org/details/WHDH_20151121_043400_The_Tonight_Show_Starring_Jimmy_Fallon/start/360/end/420.3
* The patterns are invariant, start and stop are always present.
*/
function iFrameFromInternetArchiveLink(link) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment