Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Mar 8, 2010
1 parent 9ab1039 commit 3e034ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/jquery.spasticNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

$.fn.spasticNav = function(options) {

options = $.extend({
options = $.extend({
overlap : 20,
speed : 500,
reset : 4000,
color : '#0b2b61',
easing : 'easeOutExpo'
}, options);
}, options);

return this.each(function() {
var nav = $(this),
Expand All @@ -26,7 +26,7 @@

blob = $('#blob');

nav.find('li').hover(function() {
$('li', nav).hover(function() {
clearTimeout(reset);
blob.animate(
{
Expand Down

0 comments on commit 3e034ba

Please sign in to comment.