Method: JSON::Editor::MainWindow#unchange
- Defined in:
- lib/json/editor.rb
#unchange ⇒ Object
Sets editor status to unchanged, to indicate that the edited data doesn’t containt unsaved changes.
1021 1022 1023 1024 |
# File 'lib/json/editor.rb', line 1021 def unchange @changed = false display_title end |