'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
|
||||
// Please do not edit. This file is generated from data/langdb.yaml by ulsdata2json.php
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
$.uls = $.uls || {};
|
||||
$.uls.data = $json;
|
||||
} ( jQuery ) );
|
||||
|
||||
Reference in New Issue
Block a user