BorisMoore / jsrender

A lightweight, powerful and highly extensible templating engine. In the browser or on Node.js, with or without jQuery.
http://www.jsviews.com
MIT License
2.68k stars 340 forks source link

Ie8 illegal Keyword "for" (1.0.0-beta cc: 55) #244

Closed enexusde closed 10 years ago

enexusde commented 10 years ago

In ie8 props: $extend($extend({}, $tags.for), is a problem for ie8, for, is a keyword. Use props: $extend($extend({}, $tags['for']), instead please.

BorisMoore commented 10 years ago

This has already been fixed in commit 56: https://github.com/BorisMoore/jsrender/commit/b54a3230f6b8aec350cf087cba0f8b5e0bf9a573