Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelinhares committed Feb 11, 2014
1 parent a899e80 commit 638655d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k-description.js
Expand Up @@ -62,8 +62,8 @@
.stop()
.animate({
width: settings.kwidth
, height: settings.kheight,
marginTop: settings.kmarginTop
, height: settings.kheight
, marginTop: settings.kmarginTop
}, settings.kduration, settings.kease);
},

Expand All @@ -88,4 +88,4 @@
});
};

})(jQuery);
})(jQuery);

0 comments on commit 638655d

Please sign in to comment.