Method: Buby::MessageEditorTab#isModified
- Defined in:
- lib/buby/message_editor_tab.rb
#isModified ⇒ Boolean
This method is used to determine whether the currently displayed message has been modified by the user. The hosting editor will always call #getMessage before calling this method, so any pending edits should be completed within #getMessage.
97 |
# File 'lib/buby/message_editor_tab.rb', line 97 def isModified; false end |