Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Remove invalid comma from Animated example
Browse files Browse the repository at this point in the history
Summary:Helps for suckers like me, who copy and paste example code ;)
Closes facebook#5133

Differential Revision: D3074849

Pulled By: mkonicek

fb-gh-sync-id: 8311dc26b173e341433866f66db374464c3c9f63
shipit-source-id: 8311dc26b173e341433866f66db374464c3c9f63
  • Loading branch information
af authored and Facebook Github Bot 6 committed Mar 20, 2016
1 parent a3ba25e commit 11985d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Animated/src/AnimatedImplementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ var event = function(
* componentDidMount() {
* Animated.timing( // Uses easing functions
* this.state.fadeAnim, // The value to drive
* {toValue: 1}, // Configuration
* {toValue: 1} // Configuration
* ).start(); // Don't forget start!
* }
* render() {
Expand Down

0 comments on commit 11985d5

Please sign in to comment.