소스 검색

[js] Remove inline

George Corney 7 년 전
부모
커밋
a7dfd4f805
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 	}