Fix default model values

This commit is contained in:
Lance Stout 2013-09-27 09:59:06 -07:00
parent ed894f83c6
commit 4c16d8321e
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ module.exports = HumanModel.define({
idleTimeout: ['number', true, 600000],
idleSince: 'date',
allowAlerts: ['bool', true, false],
badge: 'string',
pageTitle: 'string'
badge: ['string', true, ''],
pageTitle: ['string', true, '']
},
derived: {
title: {