Skip to content

Commit 85a1ac3

Browse files
committed
fix typo
1 parent 755360b commit 85a1ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/lib/uglify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ exports.init = function(grunt) {
5050
output: options.output || {},
5151
parse: options.parse || {},
5252
sourceMap: options.sourceMap,
53-
toplevel: options.topLevel,
53+
toplevel: options.toplevel,
5454
wrap: options.wrap
5555
};
5656

0 commit comments

Comments
 (0)