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({
|
window.Notification = Backbone.Model.extend({
|
||||||
defaults: {
|
defaults: {
|
||||||
"title": "",
|
"title" : "",
|
||||||
"content": "",
|
"date" : 0,
|
||||||
"priority": "",
|
"content" : "",
|
||||||
"seen": false
|
"priority" : "",
|
||||||
|
"tags" : "",
|
||||||
|
"seen" : false
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue