Typo that break color highlight on the website
This commit is contained in:
Thiphariel
2016-03-09 13:48:12 +01:00
parent 21366fceb7
commit fd49a880d9

View File

@@ -62,7 +62,7 @@ export class Keyboard {
* }
* closeCallback(){
* // call what ever functionality you want on keyboard close
* console.log('Closing time");
* console.log('Closing time');
* }
* }
*