From: Anthony Talarico Date: Tue, 10 Nov 2015 20:46:09 +0000 (-0500) Subject: more print statements X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=399f4d717e98fa6f2f24a4dcecbb2dbec88696c1;p=WP-Themes%2Fmichsci.git more print statements --- diff --git a/js/app.js b/js/app.js index fb312ef..952cf74 100644 --- a/js/app.js +++ b/js/app.js @@ -18,7 +18,7 @@ $(document).ready(function () { $(this).siblings('ul').toggleClass('open'); }); }); -;/* global alert, jQuery */ +;/*global document, window, alert, console, require*/ $(document).ready(function () { "use strict"; diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 6a7b282..270efba 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -1,4 +1,4 @@ -/* global alert, jQuery */ +/*global document, window, alert, console, require*/ $(document).ready(function () { "use strict";