CMS7-8499: detect IE11 in YUI 2.9.0 - added if (ua.indexOf('Trident') != -1) check to find ie11 - in minified versions the check is done as the last step (and only if ie ===0) to simplify code merge