https://bugzilla.wikimedia.org/show_bug.cgi?id=29346
--- Comment #14 from Roan Kattouw <[email protected]> 2011-06-19 12:47:22 UTC --- (In reply to comment #13) > > there's no patch but see comment #6 > Now, there is a patch, feel free to remove the comments in ll. 59, 61, 65 By 'patch' I meant a patch file in unified diff format, listing the changes between our version and yours. > > $.extend( {}, foo ); > Please do not use this. Instead use $.extend( [], foo ); Otherwise it is not > an > array, only an object (without length property and join-function, ...) > But you can just use my proposed fix in comment #11 > Yes, [] instead of {}, my bad. -- 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
