Skip to content

Commit

Permalink
fix typo. thanks PotatoSalad!
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed May 2, 2008
1 parent 4cd991b commit 409e651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebox.js
Expand Up @@ -66,7 +66,7 @@

if (data.ajax) fillFaceboxFromAjax(data.ajax)
else if (data.image) fillFaceboxFromImage(data.image)
else if (data.div) fillFaceboxFromHref(date.div)
else if (data.div) fillFaceboxFromHref(data.div)
else if ($.isFunction(data)) data.call($)
else $.facebox.reveal(data, klass)
}
Expand Down

0 comments on commit 409e651

Please sign in to comment.