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

--- Comment #1 from Roan Kattouw <[email protected]> ---
This is due to an OOjs bug.

>>> OO.compare( { foo: 3 }, { foo: 4 } )
false

>>> OO.compare( { foo: false }, { foo: true } )
true

Because we have special cases for 'number' and 'string' but not 'boolean'.

-- 
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