DX nightmare:
var that = this;
needs to be
var self = this;
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | that-this-self-558656.patch | 1.82 KB | davyvdb |
DX nightmare:
var that = this;
needs to be
var self = this;
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | that-this-self-558656.patch | 1.82 KB | davyvdb |
Comments
Comment #1
davyvdb commentedComment #2
dries commentedCommitted to CVS HEAD.