Resources: Enable es5-shim and json for mobile as well as desktop target

Change-Id: I1237909d7e058137d55e5de9fa4d64fe1f7f9472
This commit is contained in:
James D. Forrester 2014-06-26 09:44:11 -07:00
parent c463d57d3d
commit e0897187b8

View file

@ -684,6 +684,7 @@ return array(
'json' => array(
'scripts' => 'resources/lib/json2/json2.js',
'targets' => array( 'desktop', 'mobile' ),
'skipFunction' => 'resources/src/json-skip.js',
),
@ -1456,7 +1457,8 @@ return array(
'scripts' => array(
'resources/lib/es5-shim/es5-shim.js',
),
'skipFunction' => 'resources/src/es5-skip.js'
'targets' => array( 'desktop', 'mobile' ),
'skipFunction' => 'resources/src/es5-skip.js',
),
/* OOjs */