From 8b7be5164b79289f0612a8c3fef169d00fc2da1d Mon Sep 17 00:00:00 2001 From: denise rigato Date: Mon, 2 Jan 2012 23:02:00 -0500 Subject: [PATCH] fixed indentation --- plugins/rdio/popcorn.rdio.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/rdio/popcorn.rdio.js b/plugins/rdio/popcorn.rdio.js index 82749ea9..618f0271 100644 --- a/plugins/rdio/popcorn.rdio.js +++ b/plugins/rdio/popcorn.rdio.js @@ -40,7 +40,7 @@ person: "diggywiggy", id: 413517, playlist: "sunday", - type: "playlist" + type: "playlist" }) **/ @@ -63,10 +63,10 @@ // Handle AJAX Request _getResults = function( options ) { var urlBuilder = { - playlist : (function() { + playlist : ( function() { return _rdioURL + "/people/" + ( options.person ) + "/playlists/" + options.id + "/" + options.playlist + "/&callback=_loadResults"; }()), - album : (function() { + album : ( function() { return _rdioURL + "/artist/" + ( options.artist ) + "/album/" + options.album + "/&callback=_loadResults"; }()) }, @@ -75,7 +75,7 @@ }; // Arguments for Plugin - var _args = { + var _args = { options: { start: { elem: "input",