Skip to content

Commit

Permalink
add es6.map to the ie11-polyfill
Browse files Browse the repository at this point in the history
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 <[email protected]>
Tested-by: Jenkins
Product-Review: Jon Willesen <[email protected]>
QA-Review: Jon Willesen <[email protected]>
  • Loading branch information
Jon Willesen authored and Jon Willesen committed May 26, 2017
1 parent f50f695 commit 20f33ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 20f33ce

Please sign in to comment.