1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Fix default model values

This commit is contained in:
Lance Stout 2013-09-27 09:59:06 -07:00
parent ed894f83c6
commit 4c16d8321e

View File

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