moonfire-nvr/ui-src
Scott Lamb 9d6dec2565 fix incorrect Javascript private variable style
It's supposed to be a trailing underscore, not a leading underscore, as
described here:

https://google.github.io/styleguide/jsguide.html#naming-method-names
https://google.github.io/styleguide/jsguide.html#naming-non-constant-field-names

and discussed in an earlier PR:

https://github.com/scottlamb/moonfire-nvr/pull/48#discussion_r175678736

I fixed these mechanically:

rg -l0 'this[.]_' | xargs -0 perl -pi -e 's/this[.]_(\w+)/this.$1_/g'
rg -l0 '\s_\w+\(' | xargs -0 perl -pi -e 's/_(\w+)\(/$1_(/g'
2020-03-14 15:20:18 -07:00
..
assets add autocomplete attributes to login form 2020-03-01 22:36:04 -08:00
lib fix incorrect Javascript private variable style 2020-03-14 15:20:18 -07:00
NVRApplication.js reorganize /recordings JSON response 2020-03-13 21:41:02 -07:00
favicon.ico favicon: security camera in orange/red circle 2018-03-12 22:47:44 -07:00
index.js upgrade copyright notices 2020-03-01 22:53:41 -08:00