Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed committed Mar 6, 2015
1 parent f7d4afd commit a96dc1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shouldupdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ function factory (methods) {
* @api public
*/
function isEqualCursor (a, b) {
return _unCursor(a) === _unCursor(b);
return _unCursor(a) === _unCursor(b) &&
a.__keyPath === b.__keyPath;
}

function debugFn (pattern, logFn) {
Expand Down

0 comments on commit a96dc1f

Please sign in to comment.