Merge branch 'use_strict_data' into 2013-01-09-fixes

This commit is contained in:
Amir E. Aharoni
2013-01-09 13:14:50 +02:00
2 changed files with 2 additions and 0 deletions

View File

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

File diff suppressed because one or more lines are too long