summaryrefslogtreecommitdiff
path: root/spec/javascripts/helpers/vue_component_helper.js
blob: 257c9f5526a081f447dc1a21c50b038aabb5cf7e (plain)
1
2
3
export default function removeBreakLine (data) {
  return data.replace(/\r?\n|\r/g, ' ');
}