jquery-postmessage
jquery-postmessage copied to clipboard
Bug fix for strict mode breaking 'this' hack
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.