Resources: Enable es5-shim and json for mobile as well as desktop target
Change-Id: I1237909d7e058137d55e5de9fa4d64fe1f7f9472
This commit is contained in:
parent
c463d57d3d
commit
e0897187b8
1 changed files with 3 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue