From c8c4edc2fd30af8ef4b67d56c3c65974ff25e37e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 10 Aug 2014 17:30:30 +0300 Subject: more 'use strict' and fallout handling Just defining some variables instead of them becoming properties on the global object Some whitespace fixes too. --- scripts/buttons.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/buttons.js') diff --git a/scripts/buttons.js b/scripts/buttons.js index 56592825..65536f35 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -1,3 +1,4 @@ +"use strict" $('.tutorial').click(function(){}); -- cgit v1.3.1