googlearchive / TemplateBinding

TemplateBinding Prolyfill
290 stars 61 forks source link

`this` is not guaranteed to be the root scope #203

Open timoxley opened 9 years ago

timoxley commented 9 years ago

Better to be explicit and use window.

timoxley commented 9 years ago

Value of this heavily depends on context where the code is loaded. Not everyone is loading via script tags.