From ddaeef900845f7c0f09f3dc5d4f5a9b93e422fdd Mon Sep 17 00:00:00 2001 From: Damien Date: Thu, 9 Jun 2016 07:30:04 +1100 Subject: [PATCH] Expose the TypedArray Type --- Jurassic/Library/TypedArray/TypedArrayInstance.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jurassic/Library/TypedArray/TypedArrayInstance.cs b/Jurassic/Library/TypedArray/TypedArrayInstance.cs index f50f311f..fc2ce307 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; } }