dknight/jQuery-Notify-bar

Is this code correct??

Closed this issue · 0 comments

Closure library warns about the following piece of code..

if( bar != 'object'); {
  jQuery("body").prepend(bar);
}

It is from Lie 72-74.. Can you please check it once..