Issues (11)

public/js/app.js (1 issue)

1
(function () {
2
    'use strict';
3
    global.$ = require('../../node_modules/jquery/dist/jquery.min.js');
4
    global.jQuery = global.$;
5
    require('../../node_modules/bootstrap/dist/js/bootstrap.min.js');
6
    var dotHover = require('./hoverDot.js');
0 ignored issues
show
The variable dotHover seems to be never used. Consider removing it.
Loading history...
7
})();
8