godot/platform/javascript
Rémi Verschelde 5fc86026ca Fix typos with codespell
Using codespell 1.14.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
doubleclick
lod
nd
numer
que
te
unselect
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-02-13 09:23:29 +01:00
..
api Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
export ExportDialog: Make error messages translatable 2019-01-21 18:34:53 +01:00
audio_driver_javascript.cpp Deal with Google's HTML5 autoplay policy 2019-01-20 14:25:15 +01:00
audio_driver_javascript.h Deal with Google's HTML5 autoplay policy 2019-01-20 14:25:15 +01:00
detect.py Fix typos with codespell 2019-02-13 09:23:29 +01:00
dom_keys.inc Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
engine.js Add comments to javascript wrapper parts. 2018-10-15 08:56:44 -07:00
http_client.h.inc Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_client_javascript.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_request.js Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
javascript_eval.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
javascript_main.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_javascript.cpp Fix pixelized previews, but also instances of breaking ImageTexture cache. Closes #25378. 2019-01-27 13:41:47 -03:00
os_javascript.h Refactor OS_JavaScript header 2019-01-20 00:13:20 +01:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pre.js Add comments to javascript wrapper parts. 2018-10-15 08:56:44 -07:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub Add responsive HTML5 export page with full-size canvas as new default 2018-08-23 21:28:09 +02:00