mirror of
https://github.com/instructure/canvas-lms.git
synced 2025-08-26 11:24:37 +08:00
add es6.map to the ie11-polyfill
so we can use Map properly in the canvas planner refs FALCOR-224 test plan: * automated tests pass Change-Id: I444c963b5094372a82dbef16479ff7e442127d52 Reviewed-on: https://gerrit.instructure.com/113281 Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> Tested-by: Jenkins Product-Review: Jon Willesen <jonw+gerrit@instructure.com> QA-Review: Jon Willesen <jonw+gerrit@instructure.com>
This commit is contained in:

committed by
Jon Willesen

parent
f50f695176
commit
20f33ce9f2
@ -117,7 +117,8 @@ function makeIE11Polyfill () {
|
||||
'es6.string.ends-with',
|
||||
'es6.string.includes',
|
||||
'es6.string.starts-with',
|
||||
'es6.symbol'
|
||||
'es6.symbol',
|
||||
'es6.map'
|
||||
]
|
||||
|
||||
return coreJsBuilder({
|
||||
|
Reference in New Issue
Block a user