mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 21:25:34 +02:00
Default to left justification
This commit is contained in:
parent
827d793a2d
commit
05a93cae89
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const assert = require('assert');
|
||||||
exports.SpinnerMenuView = SpinnerMenuView;
|
exports.SpinnerMenuView = SpinnerMenuView;
|
||||||
|
|
||||||
function SpinnerMenuView(options) {
|
function SpinnerMenuView(options) {
|
||||||
options.justify = options.justify || 'center';
|
options.justify = options.justify || 'left';
|
||||||
options.cursor = options.cursor || 'hide';
|
options.cursor = options.cursor || 'hide';
|
||||||
|
|
||||||
MenuView.call(this, options);
|
MenuView.call(this, options);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue