From af90440f9713ce84df510d3144531c317d42bd4f Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Tue, 29 Sep 2015 21:57:46 -0700 Subject: [PATCH] Fix more name collisions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: @​public Add more duplicate files to the blacklist. Reviewed By: @vjeux Differential Revision: D2493066 --- blacklist.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blacklist.js b/blacklist.js index ce524635..dbe9fdfe 100644 --- a/blacklist.js +++ b/blacklist.js @@ -36,6 +36,12 @@ var sharedBlacklist = [ 'downstream/core/createArrayFromMixed.js', 'downstream/core/toArray.js', 'downstream/core/dom/getActiveElement.js', + 'downstream/core/dom/focusNode.js', + 'downstream/core/dom/getUnboundedScrollPosition.js', + 'downstream/core/createNodesFromMarkup.js', + 'downstream/core/CSSCore.js', + 'downstream/core/getMarkupWrap.js', + 'downstream/core/hyphenateStyleName.js', ]; // Raw unescaped patterns in case you need to use wildcards