Fix script name in comment
Change-Id: I91270862aef41ecbd5fd31adcafa6d51adc5d4bb
This commit is contained in:
@@ -33,7 +33,7 @@ class CompileFontRepo extends Maintenance {
|
|||||||
|
|
||||||
$json = FormatJson::encode( $list, "\t" );
|
$json = FormatJson::encode( $list, "\t" );
|
||||||
$js = <<<JAVASCRIPT
|
$js = <<<JAVASCRIPT
|
||||||
// Do not edit! This file is generated from data/fontrepo by data/fontrepo/scripts/compile.php
|
// Do not edit! This file is generated from data/fontrepo by scripts/compile-font-repo.php
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
$.webfonts = $.webfonts || {};
|
$.webfonts = $.webfonts || {};
|
||||||
$.webfonts.repository = $json;
|
$.webfonts.repository = $json;
|
||||||
|
|||||||
Reference in New Issue
Block a user