Merge pull request #33 from kangax/master

merge to master
This commit is contained in:
Andrea Bogazzi 2015-08-10 23:25:13 +02:00
commit b24f211dfa

View file

@ -313,14 +313,14 @@
originY: 'top',
/**
* Top position of an object. Note that by default it's relative to object center. You can change this by setting originY={top/center/bottom}
* Top position of an object. Note that by default it's relative to object top. You can change this by setting originY={top/center/bottom}
* @type Number
* @default
*/
top: 0,
/**
* Left position of an object. Note that by default it's relative to object center. You can change this by setting originX={left/center/right}
* Left position of an object. Note that by default it's relative to object left. You can change this by setting originX={left/center/right}
* @type Number
* @default
*/