public
Fork of defunkt/facebox
Description: Facebook-style lightbox, built in jQuery
Homepage: http://famspam.com/facebox/
Clone URL: git://github.com/github/facebox.git
Search Repo:
fix typo.  thanks PotatoSalad!
defunkt (author)
Fri May 02 16:56:30 -0700 2008
commit  409e6514dff5a2ef6500f3438403f9ed35d3d9cd
tree    b1c58bf6d42bb733615a4013f01a0ac9fd1546d7
parent  4cd991b001670bce2ffaf45957f69c1086c21e40
...
66
67
68
69
 
70
71
72
...
66
67
68
 
69
70
71
72
0
@@ -66,7 +66,7 @@
0
 
0
     if (data.ajax) fillFaceboxFromAjax(data.ajax)
0
     else if (data.image) fillFaceboxFromImage(data.image)
0
- else if (data.div) fillFaceboxFromHref(date.div)
0
+ else if (data.div) fillFaceboxFromHref(data.div)
0
     else if ($.isFunction(data)) data.call($)
0
     else $.facebox.reveal(data, klass)
0
   }

Comments

    No one has commented yet.