forked from 0x2620/pandora
use [].concat, not Ox.merge
This commit is contained in:
parent
fd5f0c3c4c
commit
ee160efa3d
24 changed files with 85 additions and 90 deletions
|
|
@ -37,7 +37,7 @@ pandora.ui.homePage = function() {
|
|||
// fixme: duplicated
|
||||
$select = Ox.Select({
|
||||
id: 'select',
|
||||
items: Ox.merge(pandora.site.findKeys.map(function(key) {
|
||||
items: [].concat(pandora.site.findKeys.map(function(key) {
|
||||
return {
|
||||
id: key.id,
|
||||
title: 'Find: ' + key.title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue