mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Unhighlighting comment
This commit is contained in:
parent
55b87af166
commit
a9e0831fa7
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
initialize: function() {
|
||||
_.bindAll(this, 'mouseleave', 'mouseenter', 'mouseup_check_selection', 'highlight_selected_text');
|
||||
_.bindAll(this, 'mouseleave', 'mouseenter', 'mouseup_check_selection', 'highlight_selected_text', 'unhighlight_selected_text');
|
||||
this.model.bind('change', this.toggle_classes, this);
|
||||
this.model.bind('change:read_status', this.toggle_read_status, this);
|
||||
this.model.bind('change:selected', this.toggle_selected, this);
|
||||
|
@ -818,7 +818,7 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
unhighlight_selected_text: function() {
|
||||
|
||||
console.log(['Unhighlighting', this.model.get('highlights')]);
|
||||
},
|
||||
|
||||
apply_starred_story_selections: function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue