Skip to content

Commit

Permalink
Add missing export for resetRawContent
Browse files Browse the repository at this point in the history
  • Loading branch information
artpi committed Feb 16, 2016
1 parent 0f662ce commit 962a4bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/state/ui/editor/post/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ export function setRawContent( htmlContent ) {
return { type: 'TODO' };
}

export function resetRawContent() {
debug( 'resetRawContent' );
return { type: 'TODO' };
}

export function stopEditing() {
debug( 'stopEditing' );
return { type: 'TODO' };
Expand Down

0 comments on commit 962a4bd

Please sign in to comment.