6 lines
157 B
Plaintext
Raw Normal View History

2017-09-20 23:16:30 +02:00
<%
// Unspecified execution context should be `undefined` in strict mode
var isReallyStrict = !((function () { return this; })())
-%>
<%= isReallyStrict -%>