fix dragBoundFunc docs. close #1

This commit is contained in:
lavrton 2015-01-14 07:33:18 +07:00
parent c852a10d59
commit 6e50e634f5

View File

@ -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