Skip to content

Commit 9c5d8be

Browse files
committed
s/type/baseType
1 parent b14a24c commit 9c5d8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/array.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ function ref () {
189189

190190
function getter (index) {
191191
var size = this.constructor.BYTES_PER_ELEMENT
192-
var type = this.constructor.type
193-
return _ref.get(this.buffer, size * index, type)
192+
var baseType = this.constructor.type
193+
return _ref.get(this.buffer, size * index, baseType)
194194
}
195195

196196
/**

0 commit comments

Comments
 (0)