| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c79e1b7 commit aa4f485
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -313,7 +313,7 @@ void Initialize(Local<Object> target, | |||
| 313 | 313 | void* priv) { | |
| 314 | 314 | SetMethod(context, target, "parse", Parse); | |
| 315 | 315 | SetMethod(context, target, "updateUrl", UpdateUrl); | |
| 316 | - SetMethod(context, target, "formatUrl", FormatUrl); | ||
| 316 | + SetMethodNoSideEffect(context, target, "formatUrl", FormatUrl); | ||
| 317 | 317 | ||
| 318 | 318 | SetMethodNoSideEffect(context, target, "domainToASCII", DomainToASCII); | |
| 319 | 319 | SetMethodNoSideEffect(context, target, "domainToUnicode", DomainToUnicode); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments