fixes and updates to GetParameters

This commit is contained in:
Shelley Vohr
2017-10-31 13:51:44 -04:00
parent a9c13359dc
commit 3136f833a5
6 changed files with 33 additions and 15 deletions

View File

@@ -110,7 +110,7 @@ class CrashReporter {
}
getParameters (key, value) {
binding.getParameters()
return binding.getParameters()
}
}