diff --git a/theme/jplayer.js b/theme/jplayer.js
index c3618a4..a10e09b 100644
--- a/theme/jplayer.js
+++ b/theme/jplayer.js
@@ -79,11 +79,11 @@ Drupal.behaviors.jPlayer = function(context) {
         Drupal.jPlayer.authorize(wrapper, player);
         return false;
       }
-    }
+    });
 
     // Actually initialize the player.
     $(player).jPlayer({
-      ready: function() { 
+      ready: function() {
         this.element.jPlayer('setFile', this.element.attr('rel'));
         if (player.playerType == 'playlist') {
           Drupal.jPlayer.setActive(wrapper, player, playlist, active);
@@ -330,4 +330,3 @@ Drupal.jPlayer.utf8Encode = function(argString) {
 };
 
 })(jQuery);
-
