Fix "ypeError: Cannot call method 'walk' of undefined"

problem with the uglify assetic filter who add option "no-mangle"
This commit is contained in:
Alban Coquoin 2015-03-31 10:39:55 +02:00
parent 94205c3a37
commit 61b57e0b76

View File

@ -470,7 +470,7 @@ function normalize(o) {
function getOptions(x, constants) {
x = ARGS[x];
if (x == null) return null;
if (!x) return null;
var ret = {};
if (x !== "") {
var ast;