• Robert Knight's avatar
    Be consistent about comparing by strict equality · 1b677c2f
    Robert Knight authored
    Previously watched values that were objects or arrays were compared by
    shallow equality if only one watcher was passed to `watch` but compared
    by strict equality otherwise. Strict equality was supposed to be used in
    both cases.
    1b677c2f
watch-test.js 3.1 KB