Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amibug committed Mar 23, 2015
1 parent 6fe35ec commit ae595af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jQuery(function($) {
onEnd: function(){} //结束回调
});
$('#fly').play(); //autoPlay: false后,手动调用运动
$('#fly').destory(); //移除dom
$('#fly').destroy(); //移除dom
});
</script>
```
Expand Down

0 comments on commit ae595af

Please sign in to comment.