Merge pull request #1120 from JulienMelissas/patch-2

Add consistent formatting for skip-link-focus-fix.js
This commit is contained in:
David A. Kennedy 2017-06-16 00:13:51 +02:00 committed by GitHub
commit aa0ae6c1b5
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
*
* Learn more: https://git.io/vWdr2
*/
(function() {
( function() {
var isIe = /(trident|msie)/i.test( navigator.userAgent );
if ( isIe && document.getElementById && window.addEventListener ) {
@ -28,4 +28,4 @@
}
}, false );
}
})();
} )();