Skip to content

Commit e2514b8

Browse files
committed
restore traliing comma
1 parent 1fbc979 commit e2514b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/application.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default Ember.Controller.extend({
5656

5757
toggleUserOptions() {
5858
this.resetDropdownOption(this, 'showUserOptions');
59-
}
60-
}
59+
},
60+
},
6161
});
6262

0 commit comments

Comments
 (0)