https://bugzilla.wikimedia.org/show_bug.cgi?id=24208

--- Comment #2 from Roan Kattouw <[email protected]> 2010-07-01 16:38:38 
UTC ---
In case Adam gets to this before I finish dinner: I think the cause is in the
for loop on jquery.wikiEditor.toolbar.js:500 . It's an object-style for .. in
loop but the var it iterates over is an array, so it should use for(var i = 0;
i < ...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to