This commit is contained in:
Sami Samhuri 2011-12-09 20:17:13 -08:00
parent 034dcd743a
commit 5a0c212d26

View file

@ -43,8 +43,8 @@
getComments(function(err) {
if (err) {
$('#comments').text('derp')
if (typeof cb === 'function') cb(err)
}
if (typeof cb === 'function') cb(err)
else {
$('#comment-stuff').slideDown(1.5, function() {
if (typeof cb === 'function') cb()