Skip to content

Commit 4be7ce1

Browse files
Christywlrogerwang
authored andcommitted
[doc] Update 'Protect JavaScript Source Code.md'
1 parent 0468758 commit 4be7ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/For Users/Advanced/Protect JavaScript Source Code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `*.bin` file is needed to be distributed with your application. You can name
2121
```javascript
2222
nw.Window.get().evalNWBin(frame, 'binary.bin');
2323
```
24-
The arguments of the [win.evalNWBin()](../../References/Window.md#winevalnwbin) method are similar with the `Window.eval()` method, where the first parameter is the target iframe (`null` for main frame), and the 2nd parameter is the binary code file.
24+
The arguments of the [win.evalNWBin()](../../References/Window.md#winevalnwbinframe-path) method are similar with the `Window.eval()` method, where the first parameter is the target iframe (`null` for main frame), and the 2nd parameter is the binary code file.
2525

2626
### Load Compiled JavaScript from Remote
2727

0 commit comments

Comments
 (0)