'use strict' in JavaScript langdb
JSHint can complain about this in build checks, and it shouldn't hurt anything. But correct me if I'm wrong.
This commit is contained in:
@@ -72,6 +72,7 @@ $json = json_encode( $parsedLangdb );
|
|||||||
$js = <<<JAVASCRIPT
|
$js = <<<JAVASCRIPT
|
||||||
// Please do not edit. This file is generated from data/langdb.yaml by ulsdata2json.php
|
// Please do not edit. This file is generated from data/langdb.yaml by ulsdata2json.php
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
|
'use strict';
|
||||||
$.uls = $.uls || {};
|
$.uls = $.uls || {};
|
||||||
$.uls.data = $json;
|
$.uls.data = $json;
|
||||||
} ( jQuery ) );
|
} ( jQuery ) );
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user