@@ -482,17 +482,17 @@ <h2>v1.12.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
482
482
</ td >
483
483
</ tr >
484
484
< tr >
485
- < td class ="dl-link "> < a href ="underscore.js "> UMD (Development)</ a > </ td >
485
+ < td class ="dl-link "> < a href ="underscore-umd .js "> UMD (Development)</ a > </ td >
486
486
< td >
487
487
< i > 67.45kb, Uncompressed with Bountiful Comments</ i >
488
- < small > (< a href ="underscore.js.map "> Source Map</ a > )</ small >
488
+ < small > (< a href ="underscore-umd .js.map "> Source Map</ a > )</ small >
489
489
</ td >
490
490
</ tr >
491
491
< tr >
492
- < td class ="dl-link "> < a href ="underscore-min.js "> UMD (Production)</ a > </ td >
492
+ < td class ="dl-link "> < a href ="underscore-umd- min.js "> UMD (Production)</ a > </ td >
493
493
< td >
494
494
< i > 7.39kb, Minified and Gzipped</ i >
495
- < small > (< a href ="underscore-min.js.map "> Source Map</ a > )</ small >
495
+ < small > (< a href ="underscore-umd- min.js.map "> Source Map</ a > )</ small >
496
496
</ td >
497
497
</ tr >
498
498
< tr >
@@ -503,7 +503,7 @@ <h2>v1.12.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
503
503
< td > < i > Unreleased, current < tt > master</ tt > , use by your own judgement and at your own risk</ i > </ td >
504
504
</ tr >
505
505
< tr >
506
- < td class ="dl-link "> < a href ="https://raw.github.com/jashkenas/underscore/master/underscore.js "> Edge UMD</ a > </ td >
506
+ < td class ="dl-link "> < a href ="https://raw.github.com/jashkenas/underscore/master/underscore-umd .js "> Edge UMD</ a > </ td >
507
507
< td > < i > Unreleased, current < tt > master</ tt > , use if you’re feeling lucky</ i > </ td >
508
508
</ tr >
509
509
</ table >
@@ -512,25 +512,25 @@ <h2>v1.12.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <t
512
512
513
513
< ul >
514
514
< li >
515
- < tt > https://cdn.jsdelivr.net/npm/
[email protected] /underscore-min.js
</ tt >
515
+ < tt > https://cdn.jsdelivr.net/npm/
[email protected] /underscore-
umd- min.js
</ tt >
516
516
</ li >
517
517
< li >
518
518
< tt > https://cdn.jsdelivr.net/npm/
[email protected] /underscore-esm-min.js
</ tt >
519
519
</ li >
520
520
< li >
521
- < tt > https://unpkg.com/
[email protected] /underscore-min.js
</ tt >
521
+ < tt > https://unpkg.com/
[email protected] /underscore-
umd- min.js
</ tt >
522
522
</ li >
523
523
< li >
524
524
< tt > https://unpkg.com/
[email protected] /underscore-esm-min.js
</ tt >
525
525
</ li >
526
526
< li >
527
- < tt > https://pagecdn.io/lib/underscore/1.12.0/underscore-min.js</ tt >
527
+ < tt > https://pagecdn.io/lib/underscore/1.12.0/underscore-umd- min.js</ tt >
528
528
</ li >
529
529
< li >
530
530
< tt > https://pagecdn.io/lib/underscore/1.12.0/underscore-esm-min.js</ tt >
531
531
</ li >
532
532
< li >
533
- < tt > https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.0/underscore-min.js</ tt >
533
+ < tt > https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.0/underscore-umd- min.js</ tt >
534
534
</ li >
535
535
< li >
536
536
< tt > https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.12.0/underscore-esm-min.js</ tt >
@@ -564,7 +564,7 @@ <h2>Monolithic Import</h2>
564
564
< b > CommonJS</ b > < tt > var _ = require('underscore');</ tt >
565
565
</ li >
566
566
< li >
567
- < b > ExtendScript</ b > < tt > #include "underscore.js"</ tt >
567
+ < b > ExtendScript</ b > < tt > #include "underscore-umd .js"</ tt >
568
568
</ li >
569
569
</ ul >
570
570
@@ -3893,7 +3893,7 @@ <h2 id="changelog">Change Log</h2>
3893
3893
</ div >
3894
3894
3895
3895
<!-- Include Underscore, so you can play with it in the console. -->
3896
- < script type ="text/javascript " src ="underscore.js "> </ script >
3896
+ < script type ="text/javascript " src ="underscore-umd .js "> </ script >
3897
3897
< script type ="text/javascript " src ="docs/main.js "> </ script >
3898
3898
3899
3899
</ body >
0 commit comments