Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Created January 16, 2013 15:44
Show Gist options
  • Save Sigmus/4548086 to your computer and use it in GitHub Desktop.
Save Sigmus/4548086 to your computer and use it in GitHub Desktop.
define(['m2m-modal-form'], function(M2mForm){
return function(params) {
M2mForm(_.extend(params, {
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