From 17f10b1abad76d797e7c0b3b686f065a253f5c0b Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 29 Mar 2016 10:46:54 -0400 Subject: Added english localization for Backstage and additional cleanup --- webapp/utils/utils.jsx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'webapp/utils') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index 33a3d8b27..83519a6ec 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -1398,13 +1398,3 @@ export function localizeMessage(id, defaultMessage) { return id; } - -export function freezeArray(arr) { - for (const obj of arr) { - Object.freeze(obj); - } - - Object.freeze(arr); - - return arr; -} -- cgit v1.2.3-1-g7c22