Skip to content

Commit

Permalink
addressed a review comment, see #88
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jun 6, 2017
1 parent b71f78a commit 8a26eba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/game/model/EECollectionArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ define( function( require ) {
* polymorphisim with other entities whose bounds are checked
* @returns {Bounds2}
* @public
* REVIEW: this.bounds is public, what's the purpose of this extra method? Is it overridden anywhere?
*/
getBounds: function() {
return this.bounds;
Expand Down

0 comments on commit 8a26eba

Please sign in to comment.