diff --git a/js/main.js b/js/main.js index ac78617..0d46c92 100644 --- a/js/main.js +++ b/js/main.js @@ -1,4 +1,5 @@ -/* - * Require all your other JS files here, for example: - * var slider = require('./slider'); - */ +$(function() { + + + +})();