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:
parent
92daf7bcfa
commit
ee4977257a
9 changed files with 1 additions and 366 deletions
|
@ -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'));
|
||||
},
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue