Skip to content

Commit

Permalink
updated to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Nov 19, 2010
1 parent d1e886d commit 7401c1d
Show file tree
Hide file tree
Showing 4 changed files with 1,219 additions and 220 deletions.
7 changes: 6 additions & 1 deletion JQuery.hx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,12 @@ extern class JQuery implements ArrayAccess<Dom> {
/**
Adjust the opacity of the matched elements.
**/
public function fadeTo(duration:Dynamic, opacity:Float, ?easingOrCallback:Dynamic ,?callBack:Dynamic):JQuery;
public function fadeTo(duration:Dynamic, opacity:Float, ?easingOrCallback:Dynamic , ?callBack:Dynamic):JQuery;

/**
Display or hide the matched elements by animating their opacity.
**/
public function fadeToggle(?duration:Dynamic, ?easing:Dynamic, ?callBack:Dynamic):JQuery;

/**
Reduce the set of matched elements to those that match the selector or pass the function's test.
Expand Down
Loading

0 comments on commit 7401c1d

Please sign in to comment.