mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-24 09:02:56 +01:00
Add test for issue #33
This commit is contained in:
parent
09c6c5ef72
commit
b0cd6f5e0a
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user