Remove unused toggleRichText method

This commit is contained in:
Alasdair Smith 2018-04-16 09:42:26 +01:00
parent a8c6ac1367
commit 0f70d526d9

View file

@ -188,6 +188,3 @@ define [
@$scope.editor.trackChanges = want
else
@_syncTimeout = setTimeout tryToggle, 100
toggleRichText: () ->
@$scope.editor.richText = !@$scope.editor.richText