/*\ title: $:/core/modules/macros/list/listviews/sideways.js type: application/javascript module-type: listview Views the list as a sideways linear sequence \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw: false */ "use strict"; function SidewaysListView(listMacro) { this.listMacro = listMacro; // Prepare the list frame var listFrame = this.listMacro.listFrame, listFrameDomNode = listFrame.domNode; // Prepare any list elements for(var t=0; t