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