Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erichocean committed Mar 23, 2012
1 parent 2566766 commit f656e98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion application/surfaces/list_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ SC.ListView = SC.ScrollView.extend({
content.updateRangeObserver(observer, nowShowing);
} else {
var func = this._sc_contentRangeDidChange;
console.log(func);
observer = content.addRangeObserver(nowShowing, this, func, null, true);
this._sc_contentRangeObserver = observer;
}
Expand Down
2 changes: 1 addition & 1 deletion application/widgets/text_field.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ SC.TextFieldWidget = SC.TextLayer.extend(SC.DelegateSupport, {
else if (this.get('isInputResponder')) {
SC.BeginEditingTextLayer(this);
}
return false;
return true;
},

color: function() {
Expand Down

0 comments on commit f656e98

Please sign in to comment.