Skip to content

Commit

Permalink
Fixed SteveSanderson#145: resetDefaultOptions doesn't copy _defaultOp…
Browse files Browse the repository at this point in the history
…tions.observe
  • Loading branch information
cspotcode committed Mar 16, 2013
1 parent 48a4b64 commit e4b261e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knockout.mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
defaultOptions = {
include: _defaultOptions.include.slice(0),
ignore: _defaultOptions.ignore.slice(0),
copy: _defaultOptions.copy.slice(0)
copy: _defaultOptions.copy.slice(0),
observe: _defaultOptions.observe.slice(0)
};
};

Expand Down

0 comments on commit e4b261e

Please sign in to comment.