Closed alhimik45 closed 8 years ago
When debugger; statement was used in program, I got TypeError: this.body[i].transform is not a function . This pull request fixes it.
debugger;
TypeError: this.body[i].transform is not a function
When
debugger;
statement was used in program, I gotTypeError: this.body[i].transform is not a function
. This pull request fixes it.