Ver Fonte

Fix missing data parameter on get/post Service

GermanDZ há 14 anos atrás
pai
commit
cce880e88d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/Lungo.Service.js

+ 1 - 0
src/Lungo.Service.js

@@ -50,6 +50,7 @@ LUNGO.Service = (function(lng, $, undefined) {
         $.ajax({
             type: type,
             url: url,
+            data: data,
             dataType: 'json',
             success: function(response) {
                 if (lng.Core.toType(callback) === 'function') {