Move and rename Buffer's 'anchors-updated' event

This commit is contained in:
Nathan Sobo
2013-01-04 14:03:37 -07:00
parent 0a08d03c68
commit b6b8f235fd
3 changed files with 2 additions and 2 deletions

View File

@@ -284,6 +284,7 @@ class Buffer
anchor.pauseEvents() for anchor in anchors
anchor.handleBufferChange(change) for anchor in anchors
anchor.resumeEvents() for anchor in anchors
@trigger 'anchors-updated'
matchesInCharacterRange: (regex, startIndex, endIndex) ->
text = @getText()