Sha256: 3763375ffc0ab4e4f2a284dd97ba7e52aae1e8691a1d1d4f463d1affc737d43b
Contents?: true
Size: 364 Bytes
Versions: 71
Compression:
Stored size: 364 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
71 entries across 71 versions & 2 rubygems