mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fix dragBoundFunc docs. close #1
This commit is contained in:
parent
c852a10d59
commit
6e50e634f5
@ -265,7 +265,7 @@
|
||||
* var dragBoundFunc = node.dragBoundFunc();
|
||||
*
|
||||
* // create vertical drag and drop
|
||||
* node.dragBoundFunc(function(){
|
||||
* node.dragBoundFunc(function(pos){
|
||||
* return {
|
||||
* x: this.getAbsolutePosition().x,
|
||||
* y: pos.y
|
||||
|
Loading…
Reference in New Issue
Block a user