ChrisFuck 6 vuotta sitten
vanhempi
commit
faece1633d
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      contants.js
  2. 1
    1
      index.js
  3. 1
    1
      utils.js

index.js/contants.js → contants.js Näytä tiedosto

12
   UPLOAD_FAILED_CODE: 400
12
   UPLOAD_FAILED_CODE: 400
13
 };
13
 };
14
 
14
 
15
-exports.Constants = Constants;
15
+exports.Constants = Constants;

index.js/index.js → index.js Näytä tiedosto

187
     });
187
     });
188
     return this;
188
     return this;
189
   }
189
   }
190
-};
190
+};

index.js/utils.js → utils.js Näytä tiedosto

49
 
49
 
50
         loadNext();
50
         loadNext();
51
     });
51
     });
52
-}
52
+}