Browse Source

add babel

ChrisFuck 5 years ago
parent
commit
faece1633d
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      contants.js
  2. 1
    1
      index.js
  3. 1
    1
      utils.js

index.js/contants.js → contants.js View File

@@ -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 View File

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

index.js/utils.js → utils.js View File

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