aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-11-27 13:16:03 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-11-27 13:16:03 -0500
commitb314cf7b27c913c03ec5c36fd7c1b765732ef3e2 (patch)
tree25dc42a435329431054cc6781038556fbd5d2001 /Gruntfile.js
parent69bf9b51ec441fa4f7924d53f3e620a203bff83d (diff)
downloadfreenode-live-2017-presentation-b314cf7b27c913c03ec5c36fd7c1b765732ef3e2.tar
freenode-live-2017-presentation-b314cf7b27c913c03ec5c36fd7c1b765732ef3e2.tar.gz
improvement to query string parsing
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 7d984c6..71ae151 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -69,7 +69,8 @@ module.exports = function(grunt) {
globals: {
head: false,
module: false,
- console: false
+ console: false,
+ unescape: false
}
},
files: [ 'Gruntfile.js', 'js/reveal.js' ]