Fix typo,

- Adds automatic downloadName to match original Parse API
This commit is contained in:
Florent Vilmart
2016-02-19 14:07:12 -05:00
parent 9c477907bf
commit 6e55e59b86
3 changed files with 6 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ var defaultColumns = {
"icon": {type:'File'},
"order": {type:'Number'},
"title": {type:'String'},
"subtile": {type:'String'},
"subtitle": {type:'String'},
}
};