Skip to content

Commit

Permalink
Added the method inlineEditorShouldBeginEditing ot the ListItemView
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Jolley committed Jun 16, 2010
1 parent c6d04eb commit 5435db7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frameworks/desktop/views/list_item.js
Expand Up @@ -806,6 +806,13 @@ SC.ListItemView = SC.View.extend(
el.css('opacity', 0.0) ;
},

/** @private
Could check with a validator someday...
*/
inlineEditorShouldBeginEditing: function(inlineEditor) {
return YES ;
},

/** @private
Could check with a validator someday...
*/
Expand Down

0 comments on commit 5435db7

Please sign in to comment.