mirror of https://github.com/artf/grapesjs.git
2 changed files with 0 additions and 15 deletions
@ -1,9 +0,0 @@ |
|||
import { Model } from '../../common'; |
|||
|
|||
export default class Command extends Model { |
|||
defaults() { |
|||
return { |
|||
id: '', |
|||
}; |
|||
} |
|||
} |
|||
@ -1,6 +0,0 @@ |
|||
import { Collection } from '../../common'; |
|||
import Command from './Command'; |
|||
|
|||
export default class Commands extends Collection<Command> {} |
|||
|
|||
Commands.prototype.model = Command; |
|||
Loading…
Reference in new issue