Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions starling/src/starling/display/DisplayObject.as
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ package starling.display
public function getBounds(targetSpace:DisplayObject, resultRect:Rectangle=null):Rectangle
{
throw new AbstractMethodError();
return null;
}

/** Returns the object that is found topmost beneath a point in local coordinates, or nil if
Expand Down Expand Up @@ -766,4 +765,4 @@ package starling.display
* to the stage. */
public function get stage():Stage { return this.base as Stage; }
}
}
}