From b314cf7b27c913c03ec5c36fd7c1b765732ef3e2 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 27 Nov 2013 13:16:03 -0500 Subject: improvement to query string parsing --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') 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' ] -- cgit v1.2.3