mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
Uses es6 object literal shorthand
This commit is contained in:
parent
ad4694cdcd
commit
6e1a06d07f
@ -168,9 +168,9 @@ function render(page, offset, options) {
|
||||
}
|
||||
|
||||
const model = {
|
||||
toolbarItems: toolbarItems,
|
||||
skinTones: skinTones,
|
||||
rows: rows,
|
||||
toolbarItems,
|
||||
skinTones,
|
||||
rows,
|
||||
prevDisabled: offset === 0,
|
||||
nextDisabled: (max + 1) > icons.length,
|
||||
modalClass: options.modalClass
|
||||
|
Loading…
x
Reference in New Issue
Block a user