Fix bug with underscore _.each method in IE9.
This commit is contained in:
parent
67cdfb5592
commit
218385d386
|
@ -125,7 +125,7 @@ define([
|
||||||
|
|
||||||
if (active && active.length > 0) {
|
if (active && active.length > 0) {
|
||||||
_.each(active, function(menu) {
|
_.each(active, function(menu) {
|
||||||
menu.hide();
|
if (menu) menu.hide();
|
||||||
});
|
});
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue