From: Jordan Augé Date: Mon, 7 Jul 2014 09:11:10 +0000 (+0200) Subject: fixed typo X-Git-Tag: myslice-1.1~56 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b2353a7fcdfe325432913d5a81fb85619d4d0b25;p=unfold.git fixed typo --- diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index af9c537d..5f640b93 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -271,7 +271,7 @@ GOOGLEMAP_BGCOLOR_REMOVED = 2; * be visible */ visible = false; $.each(marker.keys, function(j, key) { - visible = vislbe || manifold.query_store.get_record_state(self.options.query_uuid, key, STATE_VISIBLE); + visible = visible || manifold.query_store.get_record_state(self.options.query_uuid, key, STATE_VISIBLE); }); marker.setVisible(visible); });