god damn it. uso 2.5.0

This commit is contained in:
James Campos 2011-05-08 23:54:43 -07:00
parent 5c61a28f9b
commit 68f511a169
2 changed files with 2 additions and 2 deletions

View File

@ -1226,7 +1226,7 @@
},
thread: function(node) {
var div;
node = thread.op(node);
node = threading.op(node);
if (g.REPLY) {
return;
}

View File

@ -986,7 +986,7 @@ threading =
op
thread: (node) ->
node = thread.op node
node = threading.op node
return if g.REPLY