From a8b2812562256c868c9c861738417a4db4d6cfc6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 21 Nov 2014 16:43:56 +0000 Subject: [PATCH] typo --- static/js/clipList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/clipList.js b/static/js/clipList.js index abbd76e3f..281f69073 100644 --- a/static/js/clipList.js +++ b/static/js/clipList.js @@ -165,7 +165,7 @@ pandora.ui.clipList = function(videoRatio) { var id = data.ids[0], item = !ui.item ? id.split('/')[0] : ui.item, annotations = that.value(id, 'annotations') || [], - annotation = annotations.length ? annotations[0].id : null; + annotation = annotations.length ? annotations[0].id : null, points = { annotation: annotation ? annotation.split('/')[1] : '', 'in': that.value(id, 'in'),