From 6b835a146eb7543bf834f7daf3628f9b60293adf Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 25 Jan 2016 14:11:16 +0000 Subject: [PATCH] update website --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 60a3337c1ac..6b2ae3d1a6a 100644 --- a/index.html +++ b/index.html @@ -211,7 +211,7 @@ public class MyCustomViewManager extends < } @Override - public void updateView(MyCustomView view, CatalystStylesDiffMap props) { + public void updateView(MyCustomView view, ReactStylesDiffMap props) { super.updateView(view, props); if (props.hasKey(PROP_MY_CUSTOM_PROPERTY)) {