Skip to content

Commit

Permalink
change: make contentWorldWrapper private
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeEagle authored Aug 24, 2022
1 parent 06f87e8 commit 252d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/Types/UserScript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import WebKit
public class UserScript : WKUserScript {
var groupName: String?

var contentWorldWrapper: Any?
private var contentWorldWrapper: Any?
@available(iOS 14.0, *)
var contentWorld: WKContentWorld {
get {
Expand Down

0 comments on commit 252d836

Please sign in to comment.