Derp, threading.init is always executed first.
This commit is contained in:
parent
45e2dbef2e
commit
c35324d46e
@ -1788,9 +1788,7 @@
|
||||
};
|
||||
threading = {
|
||||
init: function() {
|
||||
var node;
|
||||
node = $('form[name=delform] > *:not([id])');
|
||||
return threading.thread(node);
|
||||
return threading.thread($('body > form').firstChild);
|
||||
},
|
||||
op: function(node) {
|
||||
var op;
|
||||
|
||||
@ -1318,9 +1318,7 @@ QR =
|
||||
|
||||
threading =
|
||||
init: ->
|
||||
# don't thread image controls
|
||||
node = $ 'form[name=delform] > *:not([id])'
|
||||
threading.thread node
|
||||
threading.thread $('body > form').firstChild
|
||||
|
||||
op: (node) ->
|
||||
op = $.el 'div',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user