machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

each breaks on ios8 safari when using more than one. #170

Closed mattxyzeth closed 10 years ago

mattxyzeth commented 10 years ago

Found a strange issue using iOS 8 mobile safari.

It seems that if I use more than one each in a template I get this error:

TypeError: Attempted to assign to readonly property.

This is easily reproduced using this basic example testing on the iOS simulator:

http://emberjs.jsbin.com/wuqayiruyaza/1

and working with only one:

http://emberjs.jsbin.com/wuqayiruyaza/2

I haven't been able to track down the issue yet.

mattxyzeth commented 10 years ago

Sorry.. this should be in the handlebars repo.