Skip to content

Commit

Permalink
Correct boundsPadding documentation. Fixes pixijs#687
Browse files Browse the repository at this point in the history
Two properties were incorrectly called "bounds" under Graphics'
documentation.
  • Loading branch information
iirelu committed Apr 5, 2014
1 parent 45d634d commit 8628f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixi/primitives/Graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ PIXI.Graphics = function()
/**
* the bounds' padding used for bounds calculation
*
* @property bounds
* @property boundsPadding
* @type Number
*/
this.boundsPadding = 10;
Expand Down

0 comments on commit 8628f1c

Please sign in to comment.