Skip to content

Commit

Permalink
Add Promise to the required browser features
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion committed Mar 26, 2019
1 parent fa44e6a commit 7e172e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion origami.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"requestAnimationFrame",
"Node.prototype.contains",
"Array.prototype.find",
"Array.prototype.filter"
"Array.prototype.filter",
"Promise"
]
},
"demosDefaults": {
Expand Down

0 comments on commit 7e172e4

Please sign in to comment.