Total Complexity | 1 |
Complexity/F | 0 |
Lines of Code | 6 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | 'use strict'; |
||
2 | |||
3 | const $ = (window.jQuery) ? window.jQuery : require('jquery'); |
||
4 | $.migrateMute = true; |
||
5 | const jQuery = $; |
||
6 | window.jQuery = window.$ = $; |
||
7 |