Merge "Fix script name in comment"

This commit is contained in:
jenkins-bot
2017-05-03 08:30:05 +00:00
committed by Gerrit Code Review

View File

@@ -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;