Skip to content
Permalink
Browse files
Fix missing semicolon.
  • Loading branch information
jeresig committed Mar 24, 2011
1 parent e8f4629 commit 53697d1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -255,7 +255,7 @@ jQuery(function() {
elem.style.display = display;
return ret;
}
}
};
}
});

0 comments on commit 53697d1

Please sign in to comment.