Skip to content

Commit e456a35

Browse files
committed
Typo is upstream
Let's not change it in our freezer because it will remodified by an update until the fix is done upstream (rajgoel/reveal.js-plugins#181)
1 parent bb482dd commit e456a35

File tree

1 file changed

+1
-1
lines changed
  • _freeze/site_libs/revealjs/plugin/reveal-chalkboard

1 file changed

+1
-1
lines changed

_freeze/site_libs/revealjs/plugin/reveal-chalkboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The plugin has several configuration options:
8686
- ```chalkEffect```: a float in the range ```[0.0, 1.0]```, the intesity of the chalk effect on the chalk board. Full effect (default) ```1.0```, no effect ```0.0```.
8787
- ```storage```: Optional variable name for session storage of drawings.
8888
- ```src```: Optional filename for pre-recorded drawings.
89-
- ```readOnly```: Configuation option allowing to prevent changes to existing drawings. If set to ```true``` no changes can be made, if set to ```false``` changes can be made, if unset or set to ```undefined``` no changes to the drawings can be made after returning to a slide or fragment for which drawings had been recorded before. In any case the recorded drawings for a slide or fragment can be cleared by pressing the 'DEL' key (i.e. by using the ```RevealChalkboard.clear()``` function).
89+
- ```readOnly```: Configuation option allowing to prevent changes to existing drawings. If set to ```true``` no changes can be made, if set to false ```false``` changes can be made, if unset or set to ```undefined``` no changes to the drawings can be made after returning to a slide or fragment for which drawings had been recorded before. In any case the recorded drawings for a slide or fragment can be cleared by pressing the 'DEL' key (i.e. by using the ```RevealChalkboard.clear()``` function).
9090
- ```transition```: Gives the duration (in milliseconds) of the transition for a slide change, so that the notes canvas is drawn after the transition is completed.
9191
- ```theme```: Can be set to either ```"chalkboard"``` or ```"whiteboard"```.
9292

0 commit comments

Comments
 (0)