mirror of https://github.com/artf/grapesjs.git
1 changed files with 5 additions and 10 deletions
@ -1,11 +1,6 @@ |
|||
define((require, exports, module) => { |
|||
'use strict'; |
|||
var Backbone = require('backbone'); |
|||
var Device = require('./Device'); |
|||
var Backbone = require('backbone'); |
|||
var Device = require('./Device'); |
|||
|
|||
module.exports = Backbone.Collection.extend({ |
|||
|
|||
model: Device, |
|||
|
|||
}); |
|||
}); |
|||
module.exports = Backbone.Collection.extend({ |
|||
model: Device, |
|||
}); |
|||
|
|||
Loading…
Reference in new issue