god damn it. uso 2.5.0
This commit is contained in:
parent
5c61a28f9b
commit
68f511a169
@ -1226,7 +1226,7 @@
|
|||||||
},
|
},
|
||||||
thread: function(node) {
|
thread: function(node) {
|
||||||
var div;
|
var div;
|
||||||
node = thread.op(node);
|
node = threading.op(node);
|
||||||
if (g.REPLY) {
|
if (g.REPLY) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -986,7 +986,7 @@ threading =
|
|||||||
op
|
op
|
||||||
|
|
||||||
thread: (node) ->
|
thread: (node) ->
|
||||||
node = thread.op node
|
node = threading.op node
|
||||||
|
|
||||||
return if g.REPLY
|
return if g.REPLY
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user