Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

19 řádky
385 B

  1. ( function( factory ) {
  2. "use strict";
  3. if ( typeof define === "function" && define.amd ) {
  4. // AMD. Register as an anonymous module.
  5. define( [ "jquery", "./version" ], factory );
  6. } else {
  7. // Browser globals
  8. factory( jQuery );
  9. }
  10. } )( function( $ ) {
  11. "use strict";
  12. // This file is deprecated
  13. return $.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() );
  14. } );