Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Created January 16, 2013 20:26
Show Gist options
  • Save Sigmus/4550589 to your computer and use it in GitHub Desktop.
Save Sigmus/4550589 to your computer and use it in GitHub Desktop.
define(['m2m-modal-form'], function(M2mForm) {
return function(params) {
var m2m = M2mForm(params);
m2m.addRelation('endereco', {
url: '/admin/artista/_tr-endereco/',
$el: $('.enderecos tbody')
});
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment