some bugs

This commit is contained in:
Peter Cottle 2013-01-10 23:29:32 -08:00
parent 8086d2b2b1
commit 31aba06d45
10 changed files with 314 additions and 144 deletions

View file

@ -1,4 +1,4 @@
exports.helpDialog = [{
exports.dialog = [{
type: 'ModalAlert',
options: {
markdowns: [
@ -26,3 +26,4 @@ exports.helpDialog = [{
]
}
}];