From 4cb59779b2455b4ef8112fe7f6f0f13848ecabb5 Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Mon, 7 Nov 2016 10:33:41 -0800 Subject: [PATCH] chore(UIManager): Removing outdated TODO --- ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs | 4 ---- ReactWindows/ReactNative/UIManager/UIManagerModule.cs | 4 ---- 2 files changed, 8 deletions(-) diff --git a/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs b/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs index 1e070d4ca96..7cd5e88ab81 100644 --- a/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs +++ b/ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs @@ -12,10 +12,6 @@ namespace ReactNative.UIManager /// /// Native module to allow JavaScript to create and update native views. /// - /// - /// TODO: - /// 1) Add animation support to UIManagerModule - /// public partial class UIManagerModule : ReactContextNativeModuleBase, ILifecycleEventListener, IOnBatchCompleteListener { private const int RootViewTagIncrement = 10; diff --git a/ReactWindows/ReactNative/UIManager/UIManagerModule.cs b/ReactWindows/ReactNative/UIManager/UIManagerModule.cs index 3dcddeab803..7a650a07a7b 100644 --- a/ReactWindows/ReactNative/UIManager/UIManagerModule.cs +++ b/ReactWindows/ReactNative/UIManager/UIManagerModule.cs @@ -13,10 +13,6 @@ namespace ReactNative.UIManager /// /// Native module to allow JavaScript to create and update native views. /// - /// - /// TODO: - /// 1) Add animation support to UIManagerModule - /// public partial class UIManagerModule : ReactContextNativeModuleBase, ILifecycleEventListener, IOnBatchCompleteListener { private const int RootViewTagIncrement = 10;