Skip to content

Commit

Permalink
[#908] Removed old reference to boolean and an old todo for checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
dseif committed May 28, 2012
1 parent cda8e5c commit f67be6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions plugins/documentcloud/popcorn.documentcloud.js
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion plugins/mustache/popcorn.mustache.js
Expand Up @@ -198,7 +198,6 @@
type: "text",
label: "Data"
},
/* TODO: how to show a checkbox/boolean? */
dynamic: {
elem: "input",
type: "checkbox",
Expand Down

0 comments on commit f67be6a

Please sign in to comment.