1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

fixed JS lint errors, remove preview sections

This commit is contained in:
Harvey Kandola 2016-07-18 14:12:34 -07:00
parent 92daf7bcfa
commit ee4977257a
9 changed files with 1 additions and 366 deletions

View file

@ -13,7 +13,6 @@ import Ember from 'ember';
import TooltipMixin from '../../mixins/tooltip';
const {
computed: { oneWay, or, notEmpty },
computed
} = Ember;
@ -52,4 +51,4 @@ export default Ember.Component.extend(TooltipMixin, {
this.attrs.onDeletePage(id, this.get('deleteChildren'));
},
}
});
});