Refine the notification panel

This commit is contained in:
2016-02-07 09:12:34 +08:00
parent ebaceb86b9
commit e37a9d8a72
5 changed files with 64 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
/** @type {Object} */
_AstConf_.Notification = {};
/** @type {String} */
_AstConf_.Notification.processor;

View File

@@ -0,0 +1,8 @@
/** @type {Object} */
_AstJson_.AJaxGetNotis = {};
/** @type {String} */
_AstJson_.AJaxGetNotis.message;
/** @type {String} */
_AstJson_.AJaxGetNotis.id;
/** @type {String} */
_AstJson_.AJaxGetNotis.date;