diff --git a/apps/messages_light/messages_light.messagesProxy.js b/apps/messages_light/messages_light.messagesProxy.js index 7213ec7cb..723397057 100644 --- a/apps/messages_light/messages_light.messagesProxy.js +++ b/apps/messages_light/messages_light.messagesProxy.js @@ -2,7 +2,7 @@ //gestisco il messaggio a modo mio exports.pushMessage = function(event) { - //TODO: musica non ancora gestita dall'app -> passo a message + //TODO: now i can't handle the music, so i call the real message app if( event.id=="music") return require_real("messages").pushMessage(event); //se l'app non รจ aperta