JavaScript: Use proper camel-case for AMD-related class names.

This commit is contained in:
Max Schaefer
2019-03-25 11:58:13 +00:00
parent d541bd58fb
commit b29b3dff4d
21 changed files with 36 additions and 26 deletions

View File

@@ -0,0 +1,8 @@
| a.js:1:1:3:3 | <toplevel> | foo |
| dir/b.js:1:1:3:3 | <toplevel> | bar |
| tst2.js:1:1:3:3 | <toplevel> | foo |
| tst3.js:1:1:3:3 | <toplevel> | foo |
| tst.js:1:1:6:3 | <toplevel> | bar |
| tst.js:1:1:6:3 | <toplevel> | foo |
| umd.js:1:1:14:4 | <toplevel> | bar |
| umd.js:1:1:14:4 | <toplevel> | foo |