You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
We could replace that with defineProperty but I'm not sure this is the real problem...
rafaelw
changed the title
alias variables in expressions can collide with other references
scope names in expressions can collide with other references
May 22, 2014
Please update the issue title as needed, I'm not being super precise.
An expression like this
Throws or has unusual behavior when the alias variable (
id
in this case) corresponds to an HTMLElement built-in.Repro: http://jsbin.com/wediq/2/edit
Fwiw, I've also seen alias variables affect an element's properties, but I didn't capture the details, I'm working on a repro.
The text was updated successfully, but these errors were encountered: