Testing import script

Summary: Closes https://github.com/facebook/react-native/pull/2622

Reviewed By: @​trunkagent, @​svcscm

Differential Revision: D2427801

Pulled By: @vjeux
This commit is contained in:
Christopher Chedeau 2015-09-15 18:22:34 -07:00 committed by facebook-github-bot-9
parent 69d42f6fa6
commit be966f5a25
1 changed files with 2 additions and 0 deletions

View File

@ -149,4 +149,6 @@ class Easing {
var ease = Easing.bezier(0.42, 0, 1, 1);
module.exports = Easing;