[#908] Removed old reference to boolean and an old todo for checkboxes

This commit is contained in:
David Seifried 2012-05-23 11:32:57 -04:00
Родитель 9c2b1b9ecc
Коммит 6e36046b0f
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -68,10 +68,9 @@ api - https://github.com/documentcloud/document-viewer/blob/master/public/javasc
},
preload: {
elem: "input",
type: "boolean",
type: "checkbox",
label: "Preload",
default: true,
optional: true
default: true
},
page: {
elem: "input",

Просмотреть файл

@ -198,7 +198,6 @@
type: "text",
label: "Data"
},
/* TODO: how to show a checkbox/boolean? */
dynamic: {
elem: "input",
type: "checkbox",