1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

Spaces view

This commit is contained in:
Harvey Kandola 2018-05-23 15:57:30 +01:00
parent 95323c90ee
commit a453052087
7 changed files with 88 additions and 94 deletions

View file

@ -10,11 +10,11 @@
// https://documize.com
import $ from 'jquery';
import Component from '@ember/component';
import { schedule } from '@ember/runloop';
import { notEmpty } from '@ember/object/computed';
import NotifierMixin from '../../mixins/notifier';
import AuthMixin from '../../mixins/auth';
import Component from '@ember/component';
export default Component.extend(NotifierMixin, AuthMixin, {
spaceName: '',
@ -24,11 +24,6 @@ export default Component.extend(NotifierMixin, AuthMixin, {
hasClone: notEmpty('clonedSpace.id'),
clonedSpace: null,
init() {
this._super(...arguments);
// this.clonedSpace = { id: '' };
},
didInsertElement() {
this._super(...arguments);