| Author | djarvis <email> |
|---|---|
| Date | 2016-12-29 11:59:17 GMT-0800 |
| Commit | 34ae5187828f981cb31fc162c4e4c5723a2e87c2 |
| Parent | 5aa256c |
| } | ||
| - if( textEnded > length ) { | ||
| - textEnded = length; | ||
| + if( textEnded >= length ) { | ||
| + textEnded = length - 1; | ||
| } | ||
| Delta | 2 lines added, 2 lines removed |
|---|