1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-01 10:42:54 +02:00

improvement to query string parsing

This commit is contained in:
Hakim El Hattab
2013-11-27 13:16:03 -05:00
parent 69bf9b51ec
commit b314cf7b27
3 changed files with 9 additions and 5 deletions

View File

@@ -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' ]