SlexAxton / require-handlebars-plugin

A plugin for handlebars in require.js (both in dev and build)
804 stars 202 forks source link

BUG IE8 - Wrap `forEach` with underscore. #243

Open ryan-roemer opened 8 years ago

ryan-roemer commented 8 years ago

L321 breaks when in "dev mode" in IE8 for lack of wrapping .forEach with the _ version with this error:

msg: Object doesn't support this property or method
file: http://10.0.2.2:3001/node_modules/require-handlebars-plugin/hbs.js
line: 321
col: undefined
error: undefined

I also added the wrap on L656 for consistency, although that looks to be server-side...