add jagged border for post gaps

This commit is contained in:
Jeff Atwood
2015-06-27 11:52:04 -07:00
parent db066b5d3f
commit 58bb918002
2 changed files with 29 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export default Ember.Component.extend({
classNameBindings: [':gap', 'gap::hidden'],
classNameBindings: [':gap', ':jagged-border', 'gap::hidden'],
initGaps: function(){
this.set('loading', false);