From 7e172e4a8193a41c342782e1ba71b706a945b9ea Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Tue, 26 Mar 2019 17:18:10 +0000 Subject: [PATCH] Add Promise to the required browser features --- origami.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/origami.json b/origami.json index 2e0815c..8cf7488 100644 --- a/origami.json +++ b/origami.json @@ -19,7 +19,8 @@ "requestAnimationFrame", "Node.prototype.contains", "Array.prototype.find", - "Array.prototype.filter" + "Array.prototype.filter", + "Promise" ] }, "demosDefaults": {