| Issue 1704: | Strange Code Behavior | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi Adam,
Juste one question (maybe not an issue, but..)
There are sometime on the code where "if" block are using an affectation equal instead of an real affectation :
Line 3843 : if (eventElement = seg.element) {
Line 3858 : if (eventElement = seg.element) {
It is normal to have "=" and "not " === " (or " == ") ?
Thanks
Guillaume (aka Yome)
Aug 22, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |