Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Sep 27, 2023
1 parent b7dbbc0 commit 416228d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Example: ```TMS.addClass('myDiv', 'fixWidth');```
### TMS.removeClass(domId, className)
Example: ```TMS.removeClass('myDiv', 'fixWidth');```

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

Example:
```ts
Expand Down

0 comments on commit 416228d

Please sign in to comment.