REFACTOR: Remove Discourse.Model

This commit is contained in:
Robin Ward
2019-11-08 14:13:35 -05:00
parent fa71919693
commit f03edb36be
35 changed files with 90 additions and 96 deletions
@@ -1,5 +1,7 @@
import { ajax } from "discourse/lib/ajax";
const Draft = Discourse.Model.extend();
import EmberObject from "@ember/object";
const Draft = EmberObject.extend();
Draft.reopenClass({
clear(key, sequence) {