diff --git a/Jurassic/Library/TypedArray/TypedArrayInstance.cs b/Jurassic/Library/TypedArray/TypedArrayInstance.cs index abadc697..252381ba 100644 --- a/Jurassic/Library/TypedArray/TypedArrayInstance.cs +++ b/Jurassic/Library/TypedArray/TypedArrayInstance.cs @@ -66,7 +66,7 @@ internal static ObjectInstance CreatePrototype(ScriptEngine engine, TypedArrayCo /// /// The type of each element in the array. /// - internal TypedArrayType Type + public TypedArrayType Type { get { return this.type; } }