Update index.js

This commit is contained in:
Robert Best 2016-10-22 02:40:38 -04:00 committed by GitHub
parent 8d3a45bb17
commit 03ef93bf0c

View file

@ -46,7 +46,7 @@ const Map = {
}) })
$('#wrapper').mousedown(function (e){ $('#wrapper').mousedown(function (e){
if(e.button==1)return false; if(e.button === 1)return false;
}); });
$('.starMap').click(function () { $('.starMap').click(function () {