X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=fx%2Ffx.js;fp=fx%2Ffx.js;h=877ac3b4ccc78f39d61380eab862dca2e46420f9;hb=65b1081e9e9f9b8c4a0f1621c98e823eac3e6bcf;hp=c7979fadf8fe13376cbd2a556347ab942d900c96;hpb=330867ac2fa9c54d9f1869931e5bd87a6c0c872b;p=jquery.git diff --git a/fx/fx.js b/fx/fx.js index c7979fa..877ac3b 100644 --- a/fx/fx.js +++ b/fx/fx.js @@ -51,7 +51,7 @@ $.fn.fadeIn = function(a,o) { $.fn.fadeTo = function(a,ev,o) { o = $.speed(a,o); return a ? this.each(function(){ - ef = new fx.Opacity(this,o); + ef = new $.fx.Opacity(this,o); ef.custom(ef.cur(),parseFloat(ev)); ef.show(); }) : this._show();