Skip to content

Commit

Permalink
remove type (it hinder auto-complete with detailed sub-keys)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRemiDelteil committed Apr 19, 2018
1 parent ca24afc commit 90c4a91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ErrorHandler.gs.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ function getErrorLocale(localizedErrorMessage) {
/**
* @typedef {string} ErrorHandler_.NORMALIZED_ERROR
*/
/**
* @type {Object<ErrorHandler_.NORMALIZED_ERROR>}
*/
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.",
Expand Down

0 comments on commit 90c4a91

Please sign in to comment.