summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/threads.js b/threads.js
index 423dc3b..fe5540c 100644
--- a/threads.js
+++ b/threads.js
@@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/
// Global stuff ////////////////////////////////////////////////////////
-modules.threads = '2013-December-04';
+modules.threads = '2013-December-05';
var ThreadManager;
var Process;
@@ -101,7 +101,7 @@ function snapEquals(a, b) {
var x = +a,
y = +b,
- specials = [true, false, '', 0];
+ specials = [true, false, ''];
// check for special values before coercing to numbers
if (isNaN(x) || isNaN(y) ||