Nicolas Cannasse 11 years ago
parent
commit
7911e63294
1 changed files with 1 additions and 1 deletions
  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.
  * DEALINGS IN THE SOFTWARE.
  */
  */
 package haxe.io;
 package haxe.io;
-import js.html.compat.Uint8array;
+import js.html.compat.Uint8Array;
 
 
 @:coreApi
 @:coreApi
 class Bytes {
 class Bytes {