YahooArchive / secure-handlebars

Handlebars Context Pre-compiler
BSD 3-Clause "New" or "Revised" License
45 stars 13 forks source link

Code optimization for compatibility #41

Closed adon-at-work closed 9 years ago

adon-at-work commented 9 years ago

Old IE has no built-in support of Object.create() Object.keys() Array.indexOf() Array.forEach() Array.map() Array.reduce()

Polyfills for Object.create() inserted. Others are rewritten to avoid using them

yahoocla commented 9 years ago

CLA is valid!

adon-at-work commented 9 years ago

@neraliu , please help review and merge this first

neraliu commented 9 years ago

it looks fine