pretty js

This commit is contained in:
Rimian Perkins
2019-09-14 17:28:58 +10:00
parent 059acbdbb8
commit 871cec9ec3
4 changed files with 13 additions and 3 deletions
@@ -1,6 +1,5 @@
export default Ember.Controller.extend({
actions: {
loadMore() {
}
loadMore() {}
}
});