Skip to content

Commit

Permalink
Add TODO annotation to the code re smashwilson#185
Browse files Browse the repository at this point in the history
  • Loading branch information
al-the-x committed Feb 2, 2016
1 parent 8186595 commit c502fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/side-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class SideView extends CoveringView
@span class: 'pull-right', =>
@button class: 'btn btn-xs inline-block-tight revert', click: 'revert', outlet: 'revertBtn', 'Revert'
@button class: 'btn btn-xs inline-block-tight', click: 'useMe', outlet: 'useMeBtn', 'Use Me'
## TODO: re #185 add another @button here that provides alternate resolutions from `ConflictedEditor`, e.g. "Keep Both"

initialize: (@side, editor) ->
@subs = new CompositeDisposable
Expand Down

0 comments on commit c502fa7

Please sign in to comment.