diff options
author | Hakim El Hattab | 2013-11-27 13:16:03 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-11-27 13:16:03 -0500 |
commit | b314cf7b27c913c03ec5c36fd7c1b765732ef3e2 (patch) | |
tree | 25dc42a435329431054cc6781038556fbd5d2001 /Gruntfile.js | |
parent | 69bf9b51ec441fa4f7924d53f3e620a203bff83d (diff) |
improvement to query string parsing
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
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' ] |