зеркало из https://github.com/mozilla/pluotsorbet.git
Add nokia.image-processing to the list of unimplemented Nokia-specific localmsg servers
This commit is contained in:
Родитель
3fb9725709
Коммит
b038696d95
|
@ -342,7 +342,8 @@ MIDP.LocalMsgConnections = {};
|
||||||
// MIDlets are usually happy even if the servers don't reply, but we should
|
// MIDlets are usually happy even if the servers don't reply, but we should
|
||||||
// remember to implement them in case they will be needed.
|
// remember to implement them in case they will be needed.
|
||||||
MIDP.FakeLocalMsgServers = [ "nokia.active-standby", "nokia.profile",
|
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.FakeLocalMsgServers.forEach(function(server) {
|
||||||
MIDP.LocalMsgConnections[server] = new LocalMsgConnection();
|
MIDP.LocalMsgConnections[server] = new LocalMsgConnection();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче