atom-beautify/examples/nested-jsbeautifyrc/javascript/expected/space_after_anon_function.js

6 lines
80 B
JavaScript
Raw Normal View History

export default {
data : function() {
return {text: 'Hello, world!'}
}
}