mirror of https://gitee.com/bigwinds/arangodb
new model for notification
This commit is contained in:
parent
04ab98b133
commit
2f96ac70ad
|
@ -5,10 +5,12 @@
|
|||
|
||||
window.Notification = Backbone.Model.extend({
|
||||
defaults: {
|
||||
"title": "",
|
||||
"content": "",
|
||||
"priority": "",
|
||||
"seen": false
|
||||
"title" : "",
|
||||
"date" : 0,
|
||||
"content" : "",
|
||||
"priority" : "",
|
||||
"tags" : "",
|
||||
"seen" : false
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue