Skip to content

Commit 8a64fa0

Browse files
chrisdoc7tjvantoll
authored andcommitted
Removing a bracket
There is a bracket that was not open
1 parent c18f209 commit 8a64fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/effects/custom-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $( "div.funtimes" ).animate({
1919
function() { // Callback when the animation is finished
2020
console.log( "done!" );
2121
}
22-
});
22+
);
2323
```
2424

2525
**Note:** Color-related properties cannot be animated with `.animate()` using jQuery

0 commit comments

Comments
 (0)