%PDF- %PDF-
Direktori : /home/jalalj2hb/www/wp-content/plugins/elementor/modules/history/assets/js/history/ |
Current File : /home/jalalj2hb/www/wp-content/plugins/elementor/modules/history/assets/js/history/item.js |
module.exports = Backbone.Model.extend( { defaults: { id: 0, type: '', elementType: '', status: 'not_applied', title: '', subTitle: '', action: '', history: {} }, initialize: function() { this.set( 'items', new Backbone.Collection() ); } } );