Pastebin

Paste #1955: javascript problem

< previous paste - next paste>

Pasted by chrivers

Download View as text

Fails:

    var w = Q(selector);
    var x = w.accordion;
    x(w);

Works:

    var w = Q(selector);
    var x = w.accordion();

(both tested in firefox 3.6.15pre)

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.