Fix $FlowFixMe broken by comment spanning multiple lines

This commit is contained in:
Paul O’Shannessy
2016-06-03 12:57:57 -07:00
parent 36d1a271c4
commit 2efc7186fe
@@ -394,9 +394,9 @@ function diffProperties(
// default: fallthrough case when nested properties are defined
removedKeys = null;
removedKeyCount = 0;
// $FlowFixMe - We think that attributeConfig is not
// CustomAttributeConfiguration at this point so we assume
// it must be AttributeConfiguration.
// We think that attributeConfig is not CustomAttributeConfiguration at
// this point so we assume it must be AttributeConfiguration.
// $FlowFixMe
updatePayload = diffNestedProperty(
updatePayload,
prevProp,