Consistent formatting for skip-link-focus-fix.js

Just noticed the spacing on the other files and not this one... See https://github.com/Automattic/_s/blob/master/js/customizer.js#L9 and https://github.com/Automattic/_s/blob/master/js/customizer.js#L42
This commit is contained in:
Julien Melissas 2017-06-15 14:28:19 +02:00 committed by GitHub
parent 0f49e8a530
commit b51b81a311
1 changed files with 2 additions and 2 deletions

View File

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