1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

PR feedback

This commit is contained in:
David Baker
2016-11-08 11:43:24 +00:00
parent d44adcb7a9
commit d871ca2b24
2 changed files with 5 additions and 2 deletions

View File

@@ -71,6 +71,6 @@ export default class BasePlatform {
* the current version of the application.
*/
getAppVersion() {
return q();
throw new Error("getAppVersion not implemented!");
}
}