mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Before 442b86, this worked because we always unconditionally made tgt checked if src was checked. With the new 3-way-diff algorithm for value and checkedness, we need to save the checkedness of tgt before any DOM manipulation that could uncheck it.