Add nokia.image-processing to the list of unimplemented Nokia-specific localmsg servers

This commit is contained in:
Marco Castelluccio 2014-11-02 19:35:39 +01:00
Родитель 3fb9725709
Коммит b038696d95
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -342,7 +342,8 @@ MIDP.LocalMsgConnections = {};
// MIDlets are usually happy even if the servers don't reply, but we should
// remember to implement them in case they will be needed.
MIDP.FakeLocalMsgServers = [ "nokia.active-standby", "nokia.profile",
"nokia.connectivity-settings", "nokia.file-ui" ];
"nokia.connectivity-settings", "nokia.file-ui",
"nokia.image-processing" ];
MIDP.FakeLocalMsgServers.forEach(function(server) {
MIDP.LocalMsgConnections[server] = new LocalMsgConnection();