Explorar el Código

fixed naming

tags/0.1.0
Robin Thoni hace 8 años
padre
commit
489212f827
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/request.js

+ 2
- 2
src/request.js Ver fichero

@@ -32,8 +32,8 @@
32 32
             function reject(defered, data, status, promise)
33 33
             {
34 34
                 var obj = {
35
-                    data: data,
36
-                    status: status
35
+                    Data: data,
36
+                    Status: status
37 37
                 };
38 38
                 defered.reject(obj);
39 39
                 if (promise != null) {

Loading…
Cancelar
Guardar