Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
daboe01 committed Jul 12, 2014
1 parent 685f836 commit e04d300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppKit/CPTextView/CPTextView.j
Expand Up @@ -324,10 +324,11 @@ var kDelegateRespondsTo_textShouldBeginEditing
{
self = [super initWithFrame:aFrame];

#if PLATFORM(DOM)
if (self)
{
#if PLATFORM(DOM)
self._DOMElement.style.cursor = "text";
#endif
_textContainerInset = CGSizeMake(2,0);
_textContainerOrigin = CGPointMake(_bounds.origin.x, _bounds.origin.y);
[aContainer setTextView:self];
Expand Down Expand Up @@ -363,7 +364,6 @@ var kDelegateRespondsTo_textShouldBeginEditing
}

[self registerForDraggedTypes:[CPColorDragType]];
#endif

return self;
}
Expand Down

0 comments on commit e04d300

Please sign in to comment.