From a52cba2ae3e0c9f280fcc49be555adb0b6c6ad59 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 20 Jun 2012 17:41:17 +0000 Subject: [PATCH] minor reformatting --- static/js/pandora/clipList.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/clipList.js b/static/js/pandora/clipList.js index 35a5ccdc..24c87ed5 100644 --- a/static/js/pandora/clipList.js +++ b/static/js/pandora/clipList.js @@ -74,8 +74,10 @@ pandora.ui.clipList = function(videoRatio) { // if the item query contains a layer condition, // then this condition is added to the clip query itemsQuery.conditions.forEach(function(condition) { - if (condition.key == 'annotations' - || Ox.getIndexById(pandora.site.layers, condition.key) > -1) { + if ( + condition.key == 'annotations' + || Ox.getIndexById(pandora.site.layers, condition.key) > -1 + ) { query.conditions.push(condition); } });