Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
javascript
javascript
that.cancel();

Cancels the in-progress edit and switches back to view mode.

Code Block
javascript
javascript

that.refreshView(source);

Updates the state of the inline editor in the DOM, based on changes that may have happened to the model.

...