Commit 218385d3 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix bug with underscore _.each method in IE9.

parent 67cdfb55
......@@ -125,7 +125,7 @@ define([
if (active && active.length > 0) {
_.each(active, function(menu) {
menu.hide();
if (menu) menu.hide();
});
return true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment