Sha256: 08c6ef8350b1fa582576e1789fb2571c23f5290c5ca5d812a9537597134aa1bb
Contents?: true
Size: 352 Bytes
Versions: 132
Compression:
Stored size: 352 Bytes
Contents
/** @constructor */ function Layout(p) { this.init = function(p) { } this.getId = function() { } /** @type Page */ this.orientation = "landscape"; } /** @constructor @augments Layout */ function Page() { this.reset = function(b) { } } /** @extends Page @constructor */ function ThreeColumnPage() { this.init = function(resetCode) { } }
Version data entries
132 entries across 131 versions & 14 rubygems