diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 12:55:06 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-01 12:55:06 +0100 |
| commit | 67a72cdc2ac8bf3130efecade3a07a1f501e2bb6 (patch) | |
| tree | 33ed5fd037dd066b72c0b58615dca94f6e96dc5d /threads.js | |
| parent | a06ce92b1a354bb623aff9b834ce2664021c44fa (diff) | |
| parent | b1d78532557371dfc740c078c76c13e8e0f66896 (diff) | |
| download | snap-yow-67a72cdc2ac8bf3130efecade3a07a1f501e2bb6.tar.gz snap-yow-67a72cdc2ac8bf3130efecade3a07a1f501e2bb6.zip | |
Merge branch 'master'
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/ // Global stuff //////////////////////////////////////////////////////// -modules.threads = '2015-January-12'; +modules.threads = '2015-February-28'; var ThreadManager; var Process; @@ -1926,7 +1926,7 @@ Process.prototype.reportTypeOf = function (thing) { if (thing === true || (thing === false)) { return 'Boolean'; } - if (!isNaN(parseFloat(thing))) { + if (!isNaN(+thing)) { return 'number'; } if (isString(thing)) { |
