malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

what was the reason to alias fadeIn to _fadeIn? #25

Open ghost opened 13 years ago

ghost commented 13 years ago

I don't understand why do you alias fadeIn like this?

$.fn._fadeIn = $.fn.fadeIn;

P.S. awesome work with this plugin.