From 4cf5f9e8768dc323b8475f47ef1278d210a03369 Mon Sep 17 00:00:00 2001 From: Zach Wise Date: Sun, 27 May 2012 14:36:05 -0500 Subject: [PATCH] debugging detritus --- source/js/VMM.Timeline.DataObj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/js/VMM.Timeline.DataObj.js b/source/js/VMM.Timeline.DataObj.js index 2f2a722..9cf3199 100644 --- a/source/js/VMM.Timeline.DataObj.js +++ b/source/js/VMM.Timeline.DataObj.js @@ -242,7 +242,7 @@ if(typeof VMM.Timeline != 'undefined' && typeof VMM.Timeline.DataObj == 'undefin _data_obj.timeline.startDate = new Date(d.content.date.created);; _data_obj.timeline.headline = d.content.title; - + trace(d); //d.permalink var tt = ""; var t_name = d.content.author.username;