From f447334563399965491025c20513b07c296942d9 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 4 Jan 2013 01:08:06 -0500 Subject: [PATCH] took out the part about adjencies for realtime --- app/views/maps/realtime.js.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/maps/realtime.js.erb b/app/views/maps/realtime.js.erb index cede17dc..f93ba467 100644 --- a/app/views/maps/realtime.js.erb +++ b/app/views/maps/realtime.js.erb @@ -29,7 +29,6 @@ if (!arraysEqual(json,newJSON)) { }); } else { // in this case we found a topic so we have to update it - temp.adjacencies = topic.adjacencies; var newPos = new $jit.Complex(); newPos.x = temp.data.$xloc; newPos.y = temp.data.$yloc;