Skip to content

Commit e97e701

Browse files
committed
Update JSTypedArray.swift
1 parent c19f461 commit e97e701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JavaScriptKit/BasicObjects/JSTypedArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class JSTypedArray<Element>: JSValueConvertible, ExpressibleByArrayLitera
3939
self.init(unsafe: jsObject)
4040
}
4141

42-
public init(wrapping jsObject: JSObjectRef) {
42+
public init(objectRef jsObject: JSObjectRef) {
4343
_retain(jsObject.id)
4444
super.init(id: jsObject.id)
4545
}

0 commit comments

Comments
 (0)