Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/eslint-plugin-react/lib/util/variable.js
rd565449 r0c6b92a 12 12 * @param {Array} variables The variables list. 13 13 * @param {string} name The name of the variable to search. 14 * @returns { Boolean} True if the variable was found, false if not.14 * @returns {boolean} True if the variable was found, false if not. 15 15 */ 16 16 function findVariable(variables, name) {
Note:
See TracChangeset
for help on using the changeset viewer.