소스 검색

Merge pull request #5 from GermanDZ/master

Fix for "no data" Service.get / Service.post
Javier Jiménez 14 년 전
부모
커밋
69f5678341
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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') {