私はcoffeescriptでこれを試みています:
$( element ).mousedown( aFunction ).mouseup( anotherFunction );
次のようなものが内容を返すように、インデントを利用する方法を考え出そうとしています:
$ element
.mousedown aFunction
.mouseup anotherFunction
しかし、役に立たないのですが、coffeescript で連鎖するための推奨事項はありますか?