| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 78343bb commit 8f4850d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -130,7 +130,7 @@ static void call_js(napi_env env, napi_value cb, void* hint, void* data) { | |||
| 130 | 130 | } | |
| 131 | 131 | ||
| 132 | 132 | static napi_ref alt_ref; | |
| 133 | - // Getting the data into JS with the alternative referece | ||
| 133 | + // Getting the data into JS with the alternative reference | ||
| 134 | 134 | static void call_ref(napi_env env, napi_value _, void* hint, void* data) { | |
| 135 | 135 | if (!(env == NULL || alt_ref == NULL)) { | |
| 136 | 136 | napi_value fn, argv, undefined; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments