0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00

Merge pull request #45 from cvrebert/patch-4

README: use same return value phrasing for remove{Italic,Underline} as elsewhere
This commit is contained in:
Neil Jenkins 2015-03-05 15:13:43 +08:00
commit 041e922779

View file

@ -205,13 +205,13 @@ Returns self (the Squire instance).
Removes any italic formatting from the selected text.
Returns self.
Returns self (the Squire instance).
### removeUnderline
Removes any underline formatting from the selected text.
Returns self.
Returns self (the Squire instance).
### makeLink