From 85a1ac32673b7ed49bcd00be39368cf558759ac5 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Sat, 20 May 2017 14:25:45 +0800 Subject: [PATCH] fix typo --- tasks/lib/uglify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/lib/uglify.js b/tasks/lib/uglify.js index 58d8bff0..5b94ce44 100644 --- a/tasks/lib/uglify.js +++ b/tasks/lib/uglify.js @@ -50,7 +50,7 @@ exports.init = function(grunt) { output: options.output || {}, parse: options.parse || {}, sourceMap: options.sourceMap, - toplevel: options.topLevel, + toplevel: options.toplevel, wrap: options.wrap };