Remove duplicate line (#7210)

(cherry picked from commit 21ce27161d)
This commit is contained in:
saiyagg
2016-07-08 10:58:37 -07:00
committed by Paul O’Shannessy
parent 9db68fcf5d
commit ccd781d97e
-1
View File
@@ -38,7 +38,6 @@ declare module 'UIManager' {
declare function removeSubviewsFromContainerWithID() : void;
declare function replaceExistingNonRootView() : void;
declare function setChildren() : void;
declare function setChildren() : void;
declare function updateView() : void;
}
declare module 'View' { }