UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

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