commit d5a6495e89b461529b48dabbf2455e46f0e2986a
Author: Max Bronsema <Max.Bronsema@wwu.edu>
Date:   Thu Feb 21 10:42:55 2013 -0800

    fixed whitespace error from my previous commit.

diff --git a/image_caption.js b/image_caption.js
index 31509be..8995b8f 100644
--- a/image_caption.js
+++ b/image_caption.js
@@ -21,7 +21,7 @@ Drupal.behaviors.image_caption = {
       }
       var style = $(this).attr('style') ? $(this).attr('style') : '';
 
-      // Reset img styles are added to container instead      
+      // Reset img styles are added to container instead
       $(this).removeAttr('width');
       $(this).removeAttr('height');
       $(this).css('width', '');
