From 90c4a91c9c1e414dbd4775d509e47e2ad81ccc5e Mon Sep 17 00:00:00 2001 From: JeanRemiDelteil Date: Wed, 18 Apr 2018 15:45:24 +0200 Subject: [PATCH] remove type (it hinder auto-complete with detailed sub-keys) --- src/ErrorHandler.gs.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ErrorHandler.gs.js b/src/ErrorHandler.gs.js index 03bab19..13ccb54 100644 --- a/src/ErrorHandler.gs.js +++ b/src/ErrorHandler.gs.js @@ -319,9 +319,6 @@ function getErrorLocale(localizedErrorMessage) { /** * @typedef {string} ErrorHandler_.NORMALIZED_ERROR */ -/** - * @type {Object} - */ NORMALIZED_ERROR = { CONDITIONNAL_RULE_REFERENCE_DIF_SHEET: "Conditional format rule cannot reference a different sheet.", SERVER_ERROR_RETRY_LATER: "We're sorry, a server error occurred. Please wait a bit and try again.",