[#908] Merged remote work and the work on my work comp

This commit is contained in:
David Seifried 2012-05-28 10:39:02 -04:00
Родитель f8810af5de 9cf07ce18a
Коммит df43461d0f
2 изменённых файлов: 2 добавлений и 4 удалений

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

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

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

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