From 006e2e6f7252cf01565b5f539f962b13fb7605c2 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 23 Feb 2013 16:52:05 +0530 Subject: [PATCH] typo --- static/js/pandora/insertEmbedDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/insertEmbedDialog.js b/static/js/pandora/insertEmbedDialog.js index ff6f399cd..6c21f2cbe 100644 --- a/static/js/pandora/insertEmbedDialog.js +++ b/static/js/pandora/insertEmbedDialog.js @@ -293,7 +293,7 @@ pandora.ui.insertEmbedDialog = function(callback) { 'in': Ox.isArray(state.span) ? Ox.formatDuration(state.span[state.span.length - 2]) : '', out: Ox.isArray(state.span) - ? Ox.formatDuration(state.span[state.span.length - 1]) : '' + ? Ox.formatDuration(state.span[state.span.length - 1]) : '', annotation: Ox.isString(state.span) ? state.span : '', title: hash.title || '', showTimeline: hash.showTimeline || false,