Add test for issue #33

This commit is contained in:
Matthias Mullie 2015-02-02 15:29:57 -08:00
parent 09c6c5ef72
commit b0cd6f5e0a

View File

@ -432,6 +432,14 @@ throw new Error('.editManager.js: jQuery is required and must be loaded first')"
"$(_this).attr('src',this.src).trigger('adapt',['loader'])",
);
// https://github.com/matthiasmullie/minify/issues/33
$tests[] = array(
'$.fn.alert = Plugin
$.fn.alert.Constructor = Alert',
'$.fn.alert=Plugin
$.fn.alert.Constructor=Alert',
);
return $tests;
}
}