Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Documented ko.DirtyFlag's forceDirty method
  • Loading branch information
Jeremy Cook committed Mar 3, 2013
1 parent fbca551 commit b707a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ isDirty = ko.computed(function () {
dirtyFlag().reset()
</pre>

<pre>
// Force into dirty state
dirtyFlag().forceDirty()
</pre>



## Depends on
Expand Down

0 comments on commit b707a02

Please sign in to comment.