mirror of https://github.com/artf/grapesjs.git
6 changed files with 17 additions and 14 deletions
@ -1,4 +1,4 @@ |
|||
var Backbone = require('backbone'); |
|||
var ToolbarButton = require('./ToolbarButton'); |
|||
const Backbone = require('backbone'); |
|||
const ToolbarButton = require('./ToolbarButton'); |
|||
|
|||
module.exports = Backbone.Collection.extend({ model: ToolbarButton }); |
|||
|
|||
Loading…
Reference in new issue