/usr/share/javascript/requirejs/css.min.js is in libjs-require-css 0.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 | define(function(){if(typeof window=="undefined"){return{load:function(l,j,k){k()}}}var h=document.getElementsByTagName("head")[0];var g=window.navigator.userAgent.match(/Trident\/([^ ;]*)|AppleWebKit\/([^ ;]*)|Opera\/([^ ;]*)|rv\:([^ ;]*)(.*?)Gecko\/([^ ;]*)|MSIE\s([^ ;]*)/)||0;var e=false;var b=true;if(g[1]||g[7]){e=parseInt(g[1])<6||parseInt(g[7])<=9}else{if(g[2]){b=false}else{if(g[4]){e=parseInt(g[4])<18}}}var d={};d.pluginBuilder="./css-builder";var f;var i=function(){f=document.createElement("style");h.appendChild(f)};var c=function(k,m){i();var l=f.styleSheet||f.sheet;if(l&&l.addImport){l.addImport(k);f.onload=m}else{f.textContent='@import "'+k+'";';var j=setInterval(function(){try{f.sheet.cssRules;clearInterval(j);m()}catch(n){}},10)}};var a=function(k,m){var l=document.createElement("link");l.type="text/css";l.rel="stylesheet";if(b){l.onload=function(){l.onload=function(){};setTimeout(m,7)}}else{var j=setInterval(function(){for(var o=0;o<document.styleSheets.length;o++){var n=document.styleSheets[o];if(n.href==l.href){clearInterval(j);return m()}}},10)}l.href=k;h.appendChild(l)};d.normalize=function(k,j){if(k.substr(k.length-4,4)==".css"){k=k.substr(0,k.length-4)}return j(k)};d.load=function(m,k,l,j){(e?c:a)(k.toUrl(m+".css"),l)};return d});
|