Skip to content

Commit c60e192

Browse files
committed
Update JSTypedArray.swift
1 parent e44c343 commit c60e192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JavaScriptKit/JSTypedArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class JSTypedArray<Element>: JSObjectRef, ExpressibleByArrayLiteral where
3030
super.init(id: jsObject.id)
3131
}
3232

33-
public init(wrapping jsObject: JSObjectRef) {
33+
public init(objectRef jsObject: JSObjectRef) {
3434
_retain(jsObject.id)
3535
super.init(id: jsObject.id)
3636
}

0 commit comments

Comments
 (0)