dimaslanjaka /
universal-framework
| 1 | //var index = require("./dist/index"); |
||
| 2 | const c = require("./src/MVC/themes/assets/js/app.js"); |
||
|
0 ignored issues
–
show
Unused Code
introduced
by
Loading history...
|
|||
| 3 | for (var i in this) { |
||
| 4 | if ( |
||
| 5 | (typeof this[i]).toString() == "function" && |
||
| 6 | this[i].toString().indexOf("native") == -1 |
||
| 7 | ) { |
||
| 8 | console.log(this[i].name); |
||
| 9 | } |
||
| 10 | } |
||
| 11 |