From 3ae7c75e6dbaa8ab6458e3b32bd03e4e955f7763 Mon Sep 17 00:00:00 2001 From: Camilo Arguello Date: Tue, 19 Feb 2019 15:01:17 -0500 Subject: [PATCH] Update avgrund.js An object key with the same value can be summarized --- js/avgrund.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/avgrund.js b/js/avgrund.js index 1589d72..87e51e7 100644 --- a/js/avgrund.js +++ b/js/avgrund.js @@ -86,11 +86,11 @@ var Avgrund = (function(){ return { - activate: activate, - deactivate: deactivate, - disableBlur: disableBlur, - show: show, - hide: hide + activate, + deactivate, + disableBlur, + show, + hide }