From 18ee2e6f111c0f9424d9754fb54949010aabd20c Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Tue, 9 Jan 2018 14:32:19 -0500 Subject: [PATCH] Oops --- src/application-delegate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application-delegate.js b/src/application-delegate.js index b52071986..cdcc03546 100644 --- a/src/application-delegate.js +++ b/src/application-delegate.js @@ -183,7 +183,7 @@ class ApplicationDelegate { } else { // Legacy sync version: options can only have `message`, // `detailedMessage` (optional), and buttons array or object (optional) - ({message, detailedMessage, buttons} = options) + let {message, detailedMessage, buttons} = options let buttonLabels if (!buttons) buttons = {}