Rename #controlBounds -> #handleBounds, to reflect terminology used elsewhere.

This commit is contained in:
Jürg Lehni 2011-07-01 17:23:10 +02:00
parent 189e15b1e8
commit aa9be1d9c5
2 changed files with 3 additions and 3 deletions
src/path

View file

@ -1898,7 +1898,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{
* @type Rectangle
* @bean
*/
getControlBounds: function() {
getHandleBounds: function() {
var x1 = Infinity,
x2 = -Infinity,
y1 = x1,