mirror of
https://github.com/ijprest/keyboard-layout-editor.git
synced 2026-04-10 02:00:46 -07:00
-- Needed parentheses on one of my conditions in compareTextSizes(); was returning false more often than necessary, which isn't that bad, but would cause serialization output to be bigger than necessary sometimes. -- More problematic was that we wouldn't always write f2/fa during serialization if it was necessary. ---- Any time 'f' is written, we need to blow away the saved font-array. ---- And any time the font comparison fails, we *have* to write f2/fa, so the call to serializeProp was wrong. -- Fixes #104 |
||
|---|---|---|
| .. | ||
| support | ||
| kb-css-spec.js | ||
| kb-serial-spec.js | ||