| Index: messageResponder.js |
| =================================================================== |
| --- a/messageResponder.js |
| +++ b/messageResponder.js |
| @@ -183,6 +183,12 @@ |
| }; |
| } |
| + if (message.what == "application") |
| + return info.application; |
| + |
| + if (message.what == "platform") |
| + return info.platform; |
|
Thomas Greiner
2017/01/31 14:29:22
See line 192.
saroyanm
2017/02/01 13:22:18
Crap, how I could have missed that, thanks.
|
| + |
| return info[message.what]; |
| }); |