ChrisFuck hace 5 años
padre
commit
faece1633d
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1
    1
      contants.js
  2. 1
    1
      index.js
  3. 1
    1
      utils.js

index.js/contants.js → contants.js Ver fichero

@@ -12,4 +12,4 @@ var Constants = {
12 12
   UPLOAD_FAILED_CODE: 400
13 13
 };
14 14
 
15
-exports.Constants = Constants;
15
+exports.Constants = Constants;

index.js/index.js → index.js Ver fichero

@@ -187,4 +187,4 @@ UploadSdk.prototype = {
187 187
     });
188 188
     return this;
189 189
   }
190
-};
190
+};

index.js/utils.js → utils.js Ver fichero

@@ -49,4 +49,4 @@ function getFilemd5sum(ofile) {
49 49
 
50 50
         loadNext();
51 51
     });
52
-}
52
+}