Fix lint error

pull/1/head
yflory 2017-02-03 16:53:47 +01:00
parent 9c4c378d6a
commit 87abfac5e0
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ define([
$('iframe').each(function (idx, ifrw) {
$(ifrw).contents().find('.dropdown-bar-content').hide();
});
} catch (e) {
} catch (er) {
// empty try catch in case this iframe is problematic (cross-origin)
}
if (state) {