good morning!!!!

Skip to content
Snippets Groups Projects
Commit 507241f7 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

shh getMessage => getMessages

parent 6188e644
Branches
Tags
No related merge requests found
...@@ -150,7 +150,7 @@ var shhWatchMethods = function () { ...@@ -150,7 +150,7 @@ var shhWatchMethods = function () {
return [ return [
{ name: 'newFilter', call: 'shh_newFilter' }, { name: 'newFilter', call: 'shh_newFilter' },
{ name: 'uninstallFilter', call: 'shh_uninstallFilter' }, { name: 'uninstallFilter', call: 'shh_uninstallFilter' },
{ name: 'getMessage', call: 'shh_getMessages' } { name: 'getMessages', call: 'shh_getMessages' }
]; ];
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment