FLUID-6702: Remove fluid.find_if from framework

Metadata

Source
FLUID-6702
Type
Task
Priority
Major
Status
Open
Resolution
N/A
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2021-12-07T09:02:59.364-0500
Updated
2022-02-03T10:40:14.157-0500
Versions
  1. 4.0
Fixed Versions
  1. 5.0
Component
  1. Framework

Description

The signature of fluid.find_if is almost (except for the provision of a direct default value) identical to that of Array.prototype.find which is supported in all of our current environments. We should remove fluid.find_if from our framework and documentation.