From b21c80634d624a8bd69d0f43f01c7a8a59e298e8 Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Fri, 15 Jun 2018 12:14:01 -0700 Subject: [PATCH 1/2] Add a substitute for `Object.assign` for IE11. --- app-localize-behavior.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/app-localize-behavior.html b/app-localize-behavior.html index 5072726..007364a 100644 --- a/app-localize-behavior.html +++ b/app-localize-behavior.html @@ -13,6 +13,17 @@ From cf1231728fbe4d1b99fac50e15877fec8847700f Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Fri, 15 Jun 2018 12:25:12 -0700 Subject: [PATCH 2/2] Comment about `Object.assign` replacement. --- app-localize-behavior.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-localize-behavior.html b/app-localize-behavior.html index 007364a..1f1a899 100644 --- a/app-localize-behavior.html +++ b/app-localize-behavior.html @@ -15,6 +15,8 @@