fixed typo
authorJordan Augé <jordan.auge@lip6.fr>
Mon, 7 Jul 2014 09:11:10 +0000 (11:11 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Mon, 7 Jul 2014 09:11:10 +0000 (11:11 +0200)
plugins/googlemap/static/js/googlemap.js

index af9c537..5f640b9 100644 (file)
@@ -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);
             });