adding all weblabels from weblabels.fsf.org
[weblabels.fsf.org.git] / crm-dev.fsf.org / 20131203 / files / sites / all / modules / civicrm / js / model / crm.profile-selector.js
CommitLineData
5a920362 1(function($) {
2 var CRM = (window.CRM) ? (window.CRM) : (window.CRM = {});
3 if (!CRM.ProfileSelector) CRM.ProfileSelector = {};
4
5 CRM.ProfileSelector.DummyModel = CRM.Backbone.Model.extend({
6 defaults: {
7 profile_id: null
8 }
9 });
10})(cj);