diff options
| author | Michael Ball <cycomachead@gmail.com> | 2014-07-17 12:08:30 -0700 |
|---|---|---|
| committer | Michael Ball <cycomachead@gmail.com> | 2014-07-17 12:08:30 -0700 |
| commit | 80d1e25bee175a06c9379aeff020054b3acb752c (patch) | |
| tree | 068d9f552589d95663ce05a2e0d618829a4f715b | |
| parent | 440cd340a5231e2d3498006f46004058b05af1f8 (diff) | |
| download | snap-80d1e25bee175a06c9379aeff020054b3acb752c.tar.gz snap-80d1e25bee175a06c9379aeff020054b3acb752c.zip | |
Lint: fix missing semicolon
| -rw-r--r-- | threads.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2150,7 +2150,7 @@ Process.prototype.reportTextSplit = function (string, delimiter) { return new List(str.trim().split(/[\t\r\n ]+/)); case 'character': del = ''; - break + break; default: del = (delimiter || '').toString(); } |
