2014-12-20から1日間の記事一覧

EventEmitter (EventDispacher) の階層構造

フロントエンドにおいて、それなりに普遍的な問題な気もするんだけど、 例えば、何かDOMと紐づくクラスを作ると、 どうしても親子関係を持たせたくなって class ParentUnit extends EventEmitter constructor: -> @childUnit = new ChildUnit render: -> """<div></div>…

Stylus の @要素

.box width: 100px height: 200px background: #f93 position: absolute left: 50% top: 50% margin: (-@height/2) (-@width/2) See the Pen WbxajP by Eksib (@goomy) on CodePen. 自動生成したスプライトとか使う時便利