overflow.js 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. SuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperLongCall((err, result) => {
  2. // comment
  3. });
  4. func(one, two, three, four, five, six, seven, eig, is, this, too, long, no, []);
  5. func(one, two, three, four, five, six, seven, eig, is, this, too, long, yes, []);
  6. func(one, two, three, four, five, six, seven, eig, is, this, too, long, yes, [
  7. // Comments
  8. ]);
  9. func(five, six, seven, eig, is, this, too, long, yes, [
  10. // Comments
  11. ]);
  12. func(one, two, three, four, five, six, seven, eig, is, this, too, long, no, {});
  13. func(one, two, three, four, five, six, seven, eig, is, this, too, long, yes, {});
  14. func(one, two, three, four, five, six, seven, eig, is, this, too, long, yes, {
  15. // Comments
  16. });
  17. foo(
  18. (
  19. one,
  20. two,
  21. three,
  22. four,
  23. five,
  24. six,
  25. seven,
  26. eight,
  27. nine,
  28. ten,
  29. eleven,
  30. twelve,
  31. thirteen,
  32. fourteen,
  33. ) => {},
  34. );
  35. const contentTypes = function(tile, singleSelection) {
  36. return compute(
  37. function contentTypesContentTypes(
  38. tile,
  39. searchString = '',
  40. filteredContentTypes = [],
  41. contentTypesArray = [],
  42. selectedGroup,
  43. singleSelection) {
  44. selectedGroup = (tile.state && tile.state.group) || selectedGroup;
  45. }
  46. );
  47. };