Sha256: c313763b61556e3ce320625956dc6c279040681c41424d1082a305908fa1ebe2
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 Bytes
Contents
ALL_INSTANCES = [] class Lanes.Views.Viewport extends Lanes.Models.State session: width: 'number' height: 'number' el: 'element' selector: 'string' root: 'element' constructor: -> super ALL_INSTANCES.push(this) this.on('change:root', => @width = @root.width() @root.data()['ui']=@ )
Version data entries
5 entries across 5 versions & 1 rubygems