%PDF- %PDF-
Direktori : /home/jalalj2hb/www/wp-content/plugins/ninja-forms/client/dashboard/models/ |
Current File : /home/jalalj2hb/www/wp-content/plugins/ninja-forms/client/dashboard/models/serviceCollection.js |
define( ['models/serviceModel'], function( ServiceModel ) { var collection = Backbone.Collection.extend( { model: ServiceModel, comparator: 'name', url: function() { return ajaxurl + "?action=nf_services"; }, initialize: function() { /* ... */ }, /* * Use the `data` property of the response. */ parse: function( response, options ){ return response.data; }, } ); return collection; } );