Mailbox and notifications prototype

This commit is contained in:
yflory
2019-05-15 18:22:39 +02:00
parent 3feb310fc4
commit ce2d0d5b83
5 changed files with 372 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ define([
'/common/sframe-common-file.js',
'/common/sframe-common-codemirror.js',
'/common/sframe-common-cursor.js',
'/common/sframe-common-mailbox.js',
'/common/metadata-manager.js',
'/customize/application_config.js',
@@ -33,6 +34,7 @@ define([
File,
CodeMirror,
Cursor,
Mailbox,
MetadataMgr,
AppConfig,
CommonRealtime,
@@ -630,6 +632,8 @@ define([
ctx.sframeChan.ready();
cb(funcs);
Mailbox.create(funcs);
});
} };
});