Explorar o código

[js] Remove inline

George Corney %!s(int64=7) %!d(string=hai) anos
pai
achega
a7dfd4f805
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/js/html/ArrayBuffer.hx

+ 1 - 1
std/js/html/ArrayBuffer.hx

@@ -46,7 +46,7 @@ private class ArrayBufferCompat {
 		return resultArray.buffer;
 	}
 
-	static inline function __init__(): Void untyped {
+	static function __init__(): Void untyped {
 		// IE10 ArrayBuffer.slice polyfill
 		if( __js__("ArrayBuffer").prototype.slice == null ) __js__("ArrayBuffer").prototype.slice = sliceImpl;
 	}