security-key icon indicating copy to clipboard operation
security-key copied to clipboard

Compatibility with `use strict`

Open mislav opened this issue 7 years ago • 0 comments

In "strict" JS mode, the expression function(){ return this }() cannot be used to access the global object.

This file would be affected by strict mode if it were concatenated with another script that has use strict.

mislav avatar Feb 06 '18 19:02 mislav