Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan authored Sep 27, 2023
1 parent e58147b commit 94c2438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Example: ```TMS.addClass('myDiv', 'fixWidth');```
Example: ```TMS.removeClass('myDiv', 'fixWidth');```

## Context
You can also provide _other contexts_ for all available functions. This allows you to manipulate data from another opened windows (like `nwjs` `nw.Window.open` function).
You can also provide _other contexts_ for all available functions. This allows you to manipulate data from other windows (like `nwjs` `nw.Window.open` function).

Example:
```ts
Expand Down

0 comments on commit 94c2438

Please sign in to comment.