| Total Complexity | 0 |
| Complexity/F | 0 |
| Lines of Code | 3 |
| Function Count | 0 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | window.$ = $ |
||
| 2 | window.jQuery = jQuery |
||
| 3 | window.moment = moment |
||
|
|
|||
| 4 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.