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 {