frontend/.pnpm-store/v3/files/56/749ab99f1ceaecb24c1e3d92247d47c69f85501ee942ea405298ce2545ffe22f5123a0f7d0b898df9eb78f6db34c408f3db81127d644dd7da5805e9d14b620

7 lines
139 B
Plaintext

// strict mode
// test by @kangax
Modernizr.addTest('strictmode', function(){
return (function(){ "use strict"; return !this; })();
});