UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

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