Files
2017-03-16 18:29:00 -07:00

6 lines
157 B
Plaintext

<%
// Unspecified execution context should be `undefined` in strict mode
var isReallyStrict = !((function () { return this; })())
-%>
<%= isReallyStrict -%>