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

Save smart sections correctly post callback refactoring

This commit is contained in:
sauls8t 2018-01-24 14:00:12 +00:00
parent adef6dfffa
commit c0d70e38de
6 changed files with 18 additions and 16 deletions

View file

@ -10,7 +10,7 @@
// https://documize.com
import $ from 'jquery';
import { schedule } from 'ember/runloop';
import { schedule } from '@ember/runloop';
import { computed } from '@ember/object';
import Component from '@ember/component';