Nicolas Cannasse 11 년 전
부모
커밋
7911e63294
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/js/_std/haxe/io/Bytes.hx

+ 1 - 1
std/js/_std/haxe/io/Bytes.hx

@@ -20,7 +20,7 @@
  * DEALINGS IN THE SOFTWARE.
  */
 package haxe.io;
-import js.html.compat.Uint8array;
+import js.html.compat.Uint8Array;
 
 @:coreApi
 class Bytes {