Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery.digilib.birdseye.js @ 802:5627e5f09848 jquery
plugin name has changed to birdseye :-)
author | hertzhaft |
---|---|
date | Sun, 20 Feb 2011 13:28:14 +0100 |
parents | 2fb1f576375d |
children | 9b45d774744d |
comparison
equal
deleted
inserted
replaced
801:2fb1f576375d | 802:5627e5f09848 |
---|---|
316 fn : {}, | 316 fn : {}, |
317 plugins : {} | 317 plugins : {} |
318 }; | 318 }; |
319 | 319 |
320 if ($.fn.digilib == null) { | 320 if ($.fn.digilib == null) { |
321 $.error("jquery.digilib.birdview must be loaded after jquery.digilib!"); | 321 $.error("jquery.digilib.birdseye must be loaded after jquery.digilib!"); |
322 } else { | 322 } else { |
323 $.fn.digilib('plugin', plugin); | 323 $.fn.digilib('plugin', plugin); |
324 } | 324 } |
325 })(jQuery); | 325 })(jQuery); |