Sha256: fde0e5de45d3a48e4aef49d6105b51c6524705118b9ac7772fabe0064c900a1f
Contents?: true
Size: 337 Bytes
Versions: 64
Compression:
Stored size: 337 Bytes
Contents
pageflow.ChapterScaffold = pageflow.Scaffold.extend({ build: function() { this.chapter = this.parent.buildChapter(this.options.chapterAttributes); this.page = this.chapter.buildPage(); return this.chapter; }, load: function(response) { this.chapter.set(response.chapter); this.page.set(response.page); } });
Version data entries
64 entries across 64 versions & 1 rubygems