From 03ef93bf0cfcabe127c06c702b099cfb4e7c2748 Mon Sep 17 00:00:00 2001 From: Robert Best Date: Sat, 22 Oct 2016 02:40:38 -0400 Subject: [PATCH] Update index.js --- frontend/src/Metamaps/Map/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Metamaps/Map/index.js b/frontend/src/Metamaps/Map/index.js index af086bd8..7aa98cc3 100644 --- a/frontend/src/Metamaps/Map/index.js +++ b/frontend/src/Metamaps/Map/index.js @@ -46,7 +46,7 @@ const Map = { }) $('#wrapper').mousedown(function (e){ - if(e.button==1)return false; + if(e.button === 1)return false; }); $('.starMap').click(function () {