You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 lines
311 B

define(["jquery","datatables"],function(a){return{getContacts:function(b,c){return alert(b+" "+c),a("#example").dataTable(),alert("after"),'{"id":"1", "name":"Matheus", "email":"garcia.figueiredo@gmail.com" }'},getMessagesFromContact:function(){return'[{"mensagem":"Resposta 1"},{"mensagem":"Resposta 2"}]'}}});