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!");
}
}