jquery-postmessage icon indicating copy to clipboard operation
jquery-postmessage copied to clipboard

Bug fix for strict mode breaking 'this' hack

Open fraserharris opened this issue 13 years ago • 0 comments

function scope this does not default to the global object when in strict mode (ECMAScript 5). I have explicitly bound local var window to the global window so it works in strict mode.

fraserharris avatar Jan 31 '12 00:01 fraserharris