summaryrefslogtreecommitdiff
path: root/scripts/buttons.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-10 17:30:30 +0300
committerAlon Levy <alon@pobox.com>2014-08-10 17:32:56 +0300
commitc8c4edc2fd30af8ef4b67d56c3c65974ff25e37e (patch)
tree5b0a849a29e59062226612c5864cb3fdff7a0a55 /scripts/buttons.js
parent5420cd2885f42d6d57e601d378069ac1e400db93 (diff)
more 'use strict' and fallout handling
Just defining some variables instead of them becoming properties on the global object Some whitespace fixes too.
Diffstat (limited to 'scripts/buttons.js')
-rw-r--r--scripts/buttons.js1
1 files changed, 1 insertions, 0 deletions
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(){});